From 54152cc5a1a082eff716c1f5bc65fc28604fd6f1 Mon Sep 17 00:00:00 2001 From: alemidev Date: Fri, 18 Mar 2022 02:21:29 +0100 Subject: [PATCH] ignore build files at any depth --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 088ba6b..a853f47 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # Generated by Cargo # will have compiled files and executables -/target/ +**/target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html