1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-04 12:26:12 +02:00

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
*.[aos]
*.py[co]
*.o.d
.depend/
*+
/config.mak
/autom4te.cache