From cac28cec91ecc1de6d871c834754dc389e1443bd Mon Sep 17 00:00:00 2001 From: Anson Date: Mon, 2 Dec 2019 17:04:41 -0700 Subject: [PATCH] gitignore fix since rust isnt in root --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 70bf74b..23fa039 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ ### Rust ### # 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