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

rust: allow /target and /debug to be symlinks

See rust-lang/cargo#4944 for the cargo change.
This commit is contained in:
Ben Boeckel 2020-09-28 13:22:59 -04:00
parent 218a941be9
commit ad2622c2dd

View File

@ -1,7 +1,7 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/
debug
target
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html