From 97909ea2b9a185c6cf0ec831ab075716f60fba8d Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Mon, 25 May 2020 23:39:53 -0700 Subject: [PATCH] gitignore: do not ignore Cargo.lock We already include it in the repo. Signed-off-by: Peng Tao --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4f8a62b142..60a9094fc8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ -/target -**/*.rs.bk +**/*.bk **/target -Cargo.lock -**/Cargo.lock