X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/778ee637eef70dafc856e4f755dc73856b631894..55c412630cb5f3b1cece481400846bec77733c01:/exclude.c diff --git a/exclude.c b/exclude.c index 0da15b23..bc180f20 100644 --- 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) {