git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add .depend directories to .gitignore
@ 2010-04-15  7:35 Jonathan Nieder
  0 siblings, 0 replies; only message in thread
From: Jonathan Nieder @ 2010-04-15  7:35 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

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>
---
 .gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4c24152..561401b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -178,7 +178,7 @@
 *.exe
 *.[aos]
 *.py[co]
-*.o.d
+.depend/
 *+
 /config.mak
 /autom4te.cache
-- 
1.7.1.rc1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-15  7:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-15  7:35 [PATCH] Add .depend directories to .gitignore Jonathan Nieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).