mirror of
https://github.com/vale981/gitignore
synced 2025-03-04 17:31:42 -05:00
add /target/ (generated by Cargo) to Rust gitignore
This commit is contained in:
parent
68e79f379d
commit
70dab67e35
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
# Compiled files
|
||||
*.o
|
||||
*.so
|
||||
*.rlib
|
||||
*.dll
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
|
||||
# Generated by Cargo
|
||||
/target/
|
||||
|
|
Loading…
Add table
Reference in a new issue