From: Jonathan Nieder Date: Thu, 15 Apr 2010 07:35:20 +0000 (-0500) Subject: Add .depend directories to .gitignore X-Git-Tag: v1.7.1-rc2~13 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3e8c0eb48f25de62d6f48168487180363fa86cfb;p=git.git Add .depend directories to .gitignore The makefile snippets that would land in these directories are already being ignored. Ignore the directories instead so they don’t show up in ‘git clean -n’ output. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/.gitignore b/.gitignore index 4c2415276..561401b2b 100644 --- a/.gitignore +++ b/.gitignore @@ -178,7 +178,7 @@ *.exe *.[aos] *.py[co] -*.o.d +.depend/ *+ /config.mak /autom4te.cache