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 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)
 {