summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-04-18 18:14:57 +0000
committernate <nate@FreeBSD.org>1995-04-18 18:14:57 +0000
commitc203c955561ba70d996365d98a3deab655d8c292 (patch)
treeebb393002d803c2663247b55d34c682b408706a0 /gnu
parent20817a2ce307e22ba19e30595a78cc5dc1024920 (diff)
downloadFreeBSD-src-c203c955561ba70d996365d98a3deab655d8c292.zip
FreeBSD-src-c203c955561ba70d996365d98a3deab655d8c292.tar.gz
Backed out the only FreeBSD specific change to the stock CVS sources now
that it's taken care of in the CVSROOT/cvsignore file which is FreeBSD specific. This will make it easier to track changes in the *official* release.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cvs/cvs/ignore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/cvs/ignore.c b/gnu/usr.bin/cvs/cvs/ignore.c
index 2c0b3ab..0005f40 100644
--- a/gnu/usr.bin/cvs/cvs/ignore.c
+++ b/gnu/usr.bin/cvs/cvs/ignore.c
@@ -27,7 +27,7 @@ static int ign_size; /* This many slots available (plus
static int ign_hold; /* Index where first "temporary" item
* is held */
-char *ign_default = ". .. core RCSLOG tags TAGS RCS SCCS .make.state .nse_depinfo #* .#* cvslog.* ,* CVS* .del-* *.a *.o *.so *.Z *~ *.old *.elc *.ln *.bak *.BAK *.orig *.rej *.info *.db";
+char *ign_default = ". .. core RCSLOG tags TAGS RCS SCCS .make.state .nse_depinfo #* .#* cvslog.* ,* CVS* .del-* *.a *.o *.so *.Z *~ *.old *.elc *.ln *.bak *.BAK *.orig *.rej";
#define IGN_GROW 16 /* grow the list by 16 elements at a
* time */
OpenPOWER on IntegriCloud