Added ".bzr/" to the default CVS exclusions.
[rsync/rsync.git] / exclude.c
index 0da15b2..bc180f2 100644 (file)
--- a/exclude.c
+++ b/exclude.c
@@ -861,7 +861,7 @@ static char default_cvsignore[] =
        " *.a *.olb *.o *.obj *.so *.exe"
        " *.Z *.elc *.ln core"
        /* The rest we added to suit ourself. */
-       " .svn/";
+       " .svn/ .bzr/";
 
 static void get_cvs_excludes(uint32 mflags)
 {