Ignore Cargo.lock in Git

This is a library project and should not check in its `Cargo.lock`.
Being in the `.gitignore` file helps achieve that.

http://doc.crates.io/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
This commit is contained in:
Tobias Bucher
2017-03-18 13:40:35 +01:00
parent 738721a28d
commit 49c69d440e
+1
View File
@@ -8,4 +8,5 @@
*.exe *.exe
# Generated by Cargo # Generated by Cargo
/Cargo.lock
/target/ /target/