Merge pull request #6 from Infinisil/unignore-lockfile

Don't ignore Cargo.lock
This commit is contained in:
andy boot
2018-04-16 22:54:07 +01:00
committed by GitHub
-4
View File
@@ -2,10 +2,6 @@
# will have compiled files and executables # will have compiled files and executables
/target/ /target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock
# These are backup files generated by rustfmt # These are backup files generated by rustfmt
**/*.rs.bk **/*.rs.bk
*.swp *.swp