From: Wayne Davison Date: Thu, 25 Oct 2007 02:05:05 +0000 (+0000) Subject: Added .git/ to "CVS" excludes. X-Git-Tag: v3.0.0pre3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0485b451ea4c80cb8012d5b4539b05146b013368;p=thirdparty%2Frsync.git Added .git/ to "CVS" excludes. --- 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) {