Commit 86e90c58 authored by Wayne Davison's avatar Wayne Davison

Add .hg dir exclude to default_cvsignore list.

Fixes bug 7957.
parent e1fe1d55
...@@ -1036,7 +1036,7 @@ static char default_cvsignore[] = ...@@ -1036,7 +1036,7 @@ static char default_cvsignore[] =
" *.a *.olb *.o *.obj *.so *.exe" " *.a *.olb *.o *.obj *.so *.exe"
" *.Z *.elc *.ln core" " *.Z *.elc *.ln core"
/* The rest we added to suit ourself. */ /* The rest we added to suit ourself. */
" .svn/ .git/ .bzr/"; " .svn/ .git/ .hg/ .bzr/";
static void get_cvs_excludes(uint32 rflags) static void get_cvs_excludes(uint32 rflags)
{ {
......
...@@ -1489,7 +1489,7 @@ initial items are marked as perishable -- see the FILTER RULES section): ...@@ -1489,7 +1489,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 quote(quote(tt(RCS SCCS CVS CVS.adm RCSLOG cvslog.* tags TAGS .make.state
.nse_depinfo *~ #* .#* ,* _$* *$ *.old *.bak *.BAK *.orig *.rej .del-* .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 then, files listed in a $HOME/.cvsignore are added to the list and any
files listed in the CVSIGNORE environment variable (all cvsignore names files listed in the CVSIGNORE environment variable (all cvsignore names
......
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