From d5c290a824c7a93247f69661c8ac93445d6354aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 3 Feb 2021 11:18:00 +0100 Subject: [PATCH] ignore member crate target dirs as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a18277be..b7576c16 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target +/*/target Cargo.lock **/*.rs.bk