From 2739a7479b02b4404d5ad9415af49c40c4267f9d Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Tue, 1 Aug 2023 21:21:00 +0200 Subject: [PATCH] Exclude all Target dirs --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d3170e2..1bb4c89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # Generated by Cargo # will have compiled files and executables -/target/ +/**/target/ # These are backup files generated by rustfmt **/*.rs.bk