Commit cd3de496 authored by Wayne Nilsen's avatar Wayne Nilsen

add Cargo.lock to gitignore file by default

See the [official recommendation](http://doc.crates.io/guide.html#cargotoml-vs-cargolock) 

> * If you're building a library, put Cargo.lock in your .gitignore.
> * If you're building an executable, check Cargo.lock into git.
parent 3d6f6f82
...@@ -9,3 +9,4 @@ ...@@ -9,3 +9,4 @@
# Generated by Cargo # Generated by Cargo
/target/ /target/
Cargo.lock
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment