From 32574467aadde0eebd01c9a52e592694c111e2be Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 10 Sep 2020 19:34:55 -0700 Subject: [PATCH] Ignore target and Cargo.lock in any directory --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e7499e5b..b036b6fb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ /bazel-out /bazel-testlogs /buck-out -/Cargo.lock /expand.cc /expand.rs -/target +Cargo.lock +target