]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Added ".bzr/" to the default CVS exclusions.
authorWayne Davison <wayned@samba.org>
Thu, 11 May 2006 07:54:33 +0000 (07:54 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 11 May 2006 07:54:33 +0000 (07:54 +0000)
exclude.c

index 0da15b23560747dae4e7edddf24f83d6b1b860bd..bc180f20f655017e9de7ea9f2defccca93571ae5 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)
 {