From 8bc1e473f7cf602db45204fe49e63f2ca95e1495 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Fri, 27 Apr 2018 11:21:45 +0200 Subject: [PATCH] .gitignore: Remove Cargo.lock so we can version it --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 50281a44270..f2e972dd875 100644 --- a/.gitignore +++ b/.gitignore @@ -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