From: Wayne Davison Date: Thu, 25 Oct 2007 02:05:05 +0000 (+0000) Subject: Added .git/ to "CVS" excludes. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/0485b451ea4c80cb8012d5b4539b05146b013368 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) {