Commit 55c41263 authored by Wayne Davison's avatar Wayne Davison

Added ".bzr/" to the default CVS exclusions.

parent 778ee637
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment