Skip to content

Commit

Permalink
Merge pull request github#1752 from waynenilsen/patch-1
Browse files Browse the repository at this point in the history
add Cargo.lock to gitignore file by default
  • Loading branch information
shiftkey committed Nov 13, 2015
2 parents a152e1c + 0103e46 commit 3ba11c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rust.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@

# Generated by Cargo
/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

0 comments on commit 3ba11c0

Please sign in to comment.