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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jonathan Nieder
2010-04-15 02:35:20 -05:00
committed by Junio C Hamano
parent a6018bbdca
commit 3e8c0eb48f

2
.gitignore vendored
View File

@ -178,7 +178,7 @@
*.exe *.exe
*.[aos] *.[aos]
*.py[co] *.py[co]
*.o.d .depend/
*+ *+
/config.mak /config.mak
/autom4te.cache /autom4te.cache