From 1dc722c292f063123696db2b4f235f9457047a60 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 25 Mar 2020 17:29:17 -0400 Subject: [PATCH] gitignore: allow target to be a symlink Following rust-lang/cargo#4944. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d9761ce4092..856ff7dbb0f 100644 --- a/.gitignore +++ b/.gitignore @@ -35,7 +35,7 @@ __pycache__/ /obj/ /rustllvm/ /unicode-downloads -/target/ +/target # Generated by compiletest for incremental: /tmp/ tags