Cleaned up .gitignore

Removed a redundant entry and made Cargo.lock tracked.
This commit is contained in:
Thelie 2021-04-23 17:42:22 +02:00
parent 229f43f247
commit b25ea7f78f

10
.gitignore vendored
View file

@ -4,15 +4,5 @@
debug/ debug/
target/ 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
Cargo.lock
# These are backup files generated by rustfmt # These are backup files generated by rustfmt
**/*.rs.bk **/*.rs.bk
# Added by cargo
/target