Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-04-15 11:35:20 +0400
committerJunio C Hamano <gitster@pobox.com>2010-04-15 11:53:08 +0400
commit3e8c0eb48f25de62d6f48168487180363fa86cfb (patch)
tree3fc208faf576fa42cb3a79a14412cc6f0eeb5c69 /.gitignore
parenta6018bbdca918c4f0a35badcfd826077d07502ca (diff)
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--.gitignore2
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