From 84b5a045228a437ac2725c4a6f8a922cdaf7575b Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 1 Oct 2019 19:16:39 -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 4a71904..00d0128 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ # Generated by Cargo /Cargo.lock -/target/ +/target