Skip to content

Commit

Permalink
.gitignore: Remove Cargo.lock so we can version it
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis Pohlmann committed Apr 27, 2018
1 parent fa93fa3 commit 8bc1e47
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
# will have compiled files and executables
/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
**/*.rs.bk

0 comments on commit 8bc1e47

Please sign in to comment.