From ad2622c2dd8f220bb6c0355f92a7e6986aa1e100 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 28 Sep 2020 13:22:59 -0400 Subject: [PATCH] rust: allow /target and /debug to be symlinks See rust-lang/cargo#4944 for the cargo change. --- Rust.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rust.gitignore b/Rust.gitignore index ff47c2d7..4ff33bb9 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -1,7 +1,7 @@ # Generated by Cargo # will have compiled files and executables -debug/ -target/ +debug +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