From bcab66ab8b01d50ee2e92341b1984a5f1f5a978e Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Mon, 16 Apr 2018 16:55:12 +0200 Subject: [PATCH] Don't ignore Cargo.lock See https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index c1abd9c..b65a5c7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,6 @@ # 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 *.swp