mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
Update Rust.gitignore
no need to specifically ignore compiled files and executables as it will be under the target directory
This commit is contained in:
parent
cc542de017
commit
f7a1b522cb
1 changed files with 1 additions and 9 deletions
|
@ -1,13 +1,5 @@
|
|||
# Compiled files
|
||||
*.o
|
||||
*.so
|
||||
*.rlib
|
||||
*.dll
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
/target/
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
|
|
Loading…
Add table
Reference in a new issue