aboutsummaryrefslogtreecommitdiffstats
path: root/exclude.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-05-11 07:54:33 +0000
committerWayne Davison <wayned@samba.org>2006-05-11 07:54:33 +0000
commit55c412630cb5f3b1cece481400846bec77733c01 (patch)
tree5b33eb5e5ff138e9f73c5a3155c28cacc777aa82 /exclude.c
parent778ee637eef70dafc856e4f755dc73856b631894 (diff)
downloadandroid_external_rsync-55c412630cb5f3b1cece481400846bec77733c01.tar.gz
android_external_rsync-55c412630cb5f3b1cece481400846bec77733c01.tar.bz2
android_external_rsync-55c412630cb5f3b1cece481400846bec77733c01.zip
Added ".bzr/" to the default CVS exclusions.
Diffstat (limited to 'exclude.c')
-rw-r--r--exclude.c2
1 files changed, 1 insertions, 1 deletions
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)
{