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

View File

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