mirror of
https://github.com/github/gitignore
synced 2024-11-24 20:54:22 +01:00
Merge pull request #1135 from Heather/patch-1
add /target/ (generated by Cargo) to Rust gitignore
This commit is contained in:
commit
2299367b8f
@ -1,5 +1,11 @@
|
|||||||
|
# Compiled files
|
||||||
*.o
|
*.o
|
||||||
*.so
|
*.so
|
||||||
*.rlib
|
*.rlib
|
||||||
*.dll
|
*.dll
|
||||||
|
|
||||||
|
# Executables
|
||||||
*.exe
|
*.exe
|
||||||
|
|
||||||
|
# Generated by Cargo
|
||||||
|
/target/
|
||||||
|
Loading…
Reference in New Issue
Block a user