Add .hg dir exclude to default_cvsignore list.

Fixes bug 7957.
This commit is contained in:
Wayne Davison
2011-02-17 22:07:20 -08:00
parent 83b94efa6b
commit f91b15fbd6
2 changed files with 2 additions and 2 deletions

View File

@@ -924,7 +924,7 @@ static char default_cvsignore[] =
" *.a *.olb *.o *.obj *.so *.exe"
" *.Z *.elc *.ln core"
/* The rest we added to suit ourself. */
" .svn/ .git/ .bzr/";
" .svn/ .git/ .hg/ .bzr/";
static void get_cvs_excludes(uint32 mflags)
{

View File

@@ -1361,7 +1361,7 @@ initial items are marked as perishable -- see the FILTER RULES section):
quote(quote(tt(RCS SCCS CVS CVS.adm RCSLOG cvslog.* tags TAGS .make.state
.nse_depinfo *~ #* .#* ,* _$* *$ *.old *.bak *.BAK *.orig *.rej .del-*
*.a *.olb *.o *.obj *.so *.exe *.Z *.elc *.ln core .svn/ .git/ .bzr/)))
*.a *.olb *.o *.obj *.so *.exe *.Z *.elc *.ln core .svn/ .git/ .hg/ .bzr/)))
then, files listed in a $HOME/.cvsignore are added to the list and any
files listed in the CVSIGNORE environment variable (all cvsignore names