Merge pull request #1135 from Heather/patch-1

add /target/ (generated by Cargo) to Rust gitignore
This commit is contained in:
Carl Suster 2014-07-12 14:39:56 +10:00
commit 2299367b8f
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
# Generated by Cargo
/target/