Skip to content

Commit ac5cd42

Browse files
committed
Merge pull request #1752 from waynenilsen/patch-1
add Cargo.lock to gitignore file by default
2 parents 3d6f6f8 + 271aaab commit ac5cd42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Rust.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99

1010
# Generated by Cargo
1111
/target/
12+
13+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
14+
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
15+
Cargo.lock

0 commit comments

Comments
 (0)