From 366e6f93cc77208ded4b3209e8cf8c6d488b39da Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 1 Oct 2019 19:18:59 -0400 Subject: [PATCH] gitignore: ignore target as a symlink --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b917739b5f4bd..37adf8751ca8f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,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 http://doc.crates.io/guide.html#cargotoml-vs-cargolock