mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08: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:
parent
a6018bbdca
commit
3e8c0eb48f
2
.gitignore
vendored
2
.gitignore
vendored
@ -178,7 +178,7 @@
|
||||
*.exe
|
||||
*.[aos]
|
||||
*.py[co]
|
||||
*.o.d
|
||||
.depend/
|
||||
*+
|
||||
/config.mak
|
||||
/autom4te.cache
|
||||
|
Loading…
Reference in New Issue
Block a user