From 3358dd72edda08b8796dfca883b714ec1a23cd97 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 31 Jan 2018 14:51:40 -0500 Subject: [PATCH] gitignore: support ignoring target as symlinks --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 64d0c25752d..43552238725 100644 --- a/.gitignore +++ b/.gitignore @@ -14,8 +14,8 @@ out # Generated by Cargo Cargo.lock -/target/ -/clippy_lints/target/ +/target +/clippy_lints/target # Generated by dogfood /target_recur/