On Tue, Mar 20, 2012 at 10:39:02AM +0000, Stuart Henderson wrote:
> On 2012/03/20 11:27, Landry Breuil wrote:
> > On Tue, Mar 20, 2012 at 10:07:35AM +0000, Stuart Henderson wrote:
> > > core dumps on OpenBSD are not named 'core' anyway so ignoring them
> > > is pointless and gets in the way.
> >
> > Why not making it '*.core' so it actually matches better the coredump
> > files ?
> >
> > Landry
> >
>
> Oh yes, that's a better idea.
>
> Index: gnu/usr.bin/cvs/src/ignore.c
> ===================================================================
> RCS file: /cvs/src/gnu/usr.bin/cvs/src/ignore.c,v
> retrieving revision 1.15
> diff -u -p -r1.15 ignore.c
> --- gnu/usr.bin/cvs/src/ignore.c 5 Jan 2012 19:45:20 -0000 1.15
> +++ gnu/usr.bin/cvs/src/ignore.c 20 Mar 2012 10:33:03 -0000
> @@ -33,8 +33,8 @@ static int ign_size; /* This many
> slot
> static int ign_hold = -1; /* Index where first "temporary" item
> * is held */
>
> -const char *ign_default = ". .. core RCSLOG tags TAGS RCS SCCS .make.state\
> - .*.swp\
> +const char *ign_default = ". .. RCSLOG tags TAGS RCS SCCS .make.state\
> + .*.swp *.core\
> .nse_depinfo #* .#* cvslog.* ,* CVS CVS.adm .del-* *.a *.olb *.o *.obj\
> *.so *.Z *~ *.old *.elc *.ln *.bak *.BAK *.orig *.rej *.exe _$* *$
> *.depend";
You have my okay.