Skip to content

Commit

Permalink
Add .depend directories to .gitignore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Nieder authored and Junio C Hamano committed Apr 15, 2010
1 parent a6018bb commit 3e8c0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
*.exe
*.[aos]
*.py[co]
*.o.d
.depend/
*+
/config.mak
/autom4te.cache
Expand Down

0 comments on commit 3e8c0eb

Please sign in to comment.