add /target/ (generated by Cargo) to Rust gitignore

This commit is contained in:
Heather 2014-07-08 21:41:13 +04:00
parent 68e79f379d
commit 70dab67e35
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/