From 3e8c0eb48f25de62d6f48168487180363fa86cfb Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Thu, 15 Apr 2010 02:35:20 -0500 Subject: [PATCH] Add .depend directories to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Junio C Hamano --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT