diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2010-04-15 02:35:20 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-15 00:53:08 -0700 |
commit | 3e8c0eb48f25de62d6f48168487180363fa86cfb (patch) | |
tree | 3fc208faf576fa42cb3a79a14412cc6f0eeb5c69 /.gitignore | |
parent | a6018bbdca918c4f0a35badcfd826077d07502ca (diff) | |
download | git-3e8c0eb48f25de62d6f48168487180363fa86cfb.tar.gz |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4c2415276f..561401b2b5 100644 --- a/.gitignore +++ b/.gitignore @@ -178,7 +178,7 @@ *.exe *.[aos] *.py[co] -*.o.d +.depend/ *+ /config.mak /autom4te.cache |