From 0485b451ea4c80cb8012d5b4539b05146b013368 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 25 Oct 2007 02:05:05 +0000 Subject: [PATCH] Added .git/ to "CVS" excludes. --- exclude.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exclude.c b/exclude.c index 729cf97c..c329f0d6 100644 --- a/exclude.c +++ b/exclude.c @@ -900,7 +900,7 @@ static char default_cvsignore[] = " *.a *.olb *.o *.obj *.so *.exe" " *.Z *.elc *.ln core" /* The rest we added to suit ourself. */ - " .svn/ .bzr/"; + " .svn/ .git/ .bzr/"; static void get_cvs_excludes(uint32 mflags) { -- 2.34.1