From 706fb66f0b9e14edc084a4b139ddece40966b67b Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Sun, 12 May 2019 14:50:46 +0200 Subject: [PATCH] gitignore: Ignore any target folder, not just in the root --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6aa106405..4308d8220 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/target/ +target/ **/*.rs.bk Cargo.lock