зеркало из https://github.com/microsoft/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 <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
a6018bbdca
Коммит
3e8c0eb48f
|
@ -178,7 +178,7 @@
|
|||
*.exe
|
||||
*.[aos]
|
||||
*.py[co]
|
||||
*.o.d
|
||||
.depend/
|
||||
*+
|
||||
/config.mak
|
||||
/autom4te.cache
|
||||
|
|
Загрузка…
Ссылка в новой задаче