From 092d1ffde3c66f438bd57fd8202d58a9b45ed261 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Fri, 4 Dec 2020 22:09:43 +0000 Subject: [PATCH] gitignore: remove pointless item per https://github.com/rust-lang/cargo/pull/7647 --- .gitignore | 1 - bin/.gitignore | 1 - lib/.gitignore | 1 - 3 files changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6aa1064..ca98cd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /target/ -**/*.rs.bk Cargo.lock diff --git a/bin/.gitignore b/bin/.gitignore index 6aa1064..ca98cd9 100644 --- a/bin/.gitignore +++ b/bin/.gitignore @@ -1,3 +1,2 @@ /target/ -**/*.rs.bk Cargo.lock diff --git a/lib/.gitignore b/lib/.gitignore index 6aa1064..ca98cd9 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1,3 +1,2 @@ /target/ -**/*.rs.bk Cargo.lock