From e87531dc186125470732a36e4cbcafe24c080c9a Mon Sep 17 00:00:00 2001 From: Gav Date: Sun, 14 Oct 2018 17:30:57 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 088ba6ba7..a853f476b 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