From 55c412630cb5f3b1cece481400846bec77733c01 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 11 May 2006 07:54:33 +0000 Subject: [PATCH] Added ".bzr/" to the default CVS exclusions. --- exclude.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.34.1