Skip to content

Commit

Permalink
add Cargo.lock to gitignore file by default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
waynenilsen committed Nov 13, 2015
1 parent 3d6f6f8 commit cd3de49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rust.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@

# Generated by Cargo
/target/
Cargo.lock

0 comments on commit cd3de49

Please sign in to comment.