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.lorimer.id.au/gitweb.git/diff_plain/3e8c0eb48f25de62d6f48168487180363fa86cfb 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 4c2415276f..561401b2b5 100644 --- a/.gitignore +++ b/.gitignore @@ -178,7 +178,7 @@ *.exe *.[aos] *.py[co] -*.o.d +.depend/ *+ /config.mak /autom4te.cache