Added .git/ to "CVS" excludes.
[rsync/rsync.git] / exclude.c
index 729cf97..c329f0d 100644 (file)
--- 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)
 {