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 коммит произвёл Junio C Hamano
Родитель a6018bbdca
Коммит 3e8c0eb48f
1 изменённых файлов: 1 добавлений и 1 удалений

2
.gitignore поставляемый
Просмотреть файл

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