X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/91f4b31fe1031adc3ec3e3066534c9d6be979d21..8adc22e3623a42c42e08d6080bef416091cae620:/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) {