Skip to content

Commit 3e8c0eb

Browse files
jrngitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a6018bb commit 3e8c0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
*.exe
179179
*.[aos]
180180
*.py[co]
181-
*.o.d
181+
.depend/
182182
*+
183183
/config.mak
184184
/autom4te.cache

0 commit comments

Comments
 (0)