Skip to content

Commit 668723b

Browse files
committed
Ignore Cargo.lock
In Cargo Guide[1] anf Cargo FAQ[2], it is recommended to ignore `Cargo.lock`. [1]: http://doc.crates.io/guide.html#cargotoml-vs-cargolock [2]: http://doc.crates.io/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
1 parent cd1df87 commit 668723b

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
# Generated by Cargo
1111
/target/
12+
Cargo.lock
1213

1314
# Fixture files
1415
tests/fixtures/merge/*.gcda

Cargo.lock

-48
This file was deleted.

0 commit comments

Comments
 (0)