1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 02:08:18 +02:00

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

View File

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