Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl2/xcvs/dist/src Ignore our default core file pat...
details: https://anonhg.NetBSD.org/src/rev/fe08fc33dba7
branches: trunk
changeset: 965616:fe08fc33dba7
user: maya <maya%NetBSD.org@localhost>
date: Tue Sep 24 17:23:06 2019 +0000
description:
Ignore our default core file pattern rather than one of another system.
"core" shows up as a path sometimes.
diffstat:
external/gpl2/xcvs/dist/src/ignore.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 28ed71fcb443 -r fe08fc33dba7 external/gpl2/xcvs/dist/src/ignore.c
--- a/external/gpl2/xcvs/dist/src/ignore.c Tue Sep 24 15:23:34 2019 +0000
+++ b/external/gpl2/xcvs/dist/src/ignore.c Tue Sep 24 17:23:06 2019 +0000
@@ -8,7 +8,7 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. */
#include <sys/cdefs.h>
-__RCSID("$NetBSD: ignore.c,v 1.3 2016/05/17 14:00:09 christos Exp $");
+__RCSID("$NetBSD: ignore.c,v 1.4 2019/09/24 17:23:06 maya Exp $");
/*
* .cvsignore file support contributed by David G. Grubbs <dgg%odi.com@localhost>
@@ -36,7 +36,7 @@
static int ign_hold = -1; /* Index where first "temporary" item
* is held */
-const char *ign_default = ". .. core RCSLOG tags TAGS RCS SCCS .make.state\
+const char *ign_default = ". .. *.core RCSLOG tags TAGS RCS SCCS .make.state\
.nse_depinfo #* .#* cvslog.* ,* CVS.adm .del-* *.a *.olb *.o *.obj\
*.so *.Z *~ *.old *.elc *.ln *.bak *.BAK *.orig *.rej *.exe _$* *$";
extern const char *cvsDir;
Home |
Main Index |
Thread Index |
Old Index