]> git.ipfire.org Git - thirdparty/git.git/commit - .gitignore
Add .depend directories to .gitignore
authorJonathan Nieder <jrnieder@gmail.com>
Thu, 15 Apr 2010 07:35:20 +0000 (02:35 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Apr 2010 07:53:08 +0000 (00:53 -0700)
commit3e8c0eb48f25de62d6f48168487180363fa86cfb
tree3fc208faf576fa42cb3a79a14412cc6f0eeb5c69
parenta6018bbdca918c4f0a35badcfd826077d07502ca
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>
.gitignore