summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-04 20:27:23 +0000
committerphk <phk@FreeBSD.org>1995-02-04 20:27:23 +0000
commit472cc5aac8bf04dbc3a02a6382ed1cd8c092c9fd (patch)
treeae5e3bed14c4b49a0ddfd486b1cab8d989e3d3bf /gnu/usr.bin/cvs
parent873b076b6194cc3c76178b624a0b3fdec4f57022 (diff)
downloadFreeBSD-src-472cc5aac8bf04dbc3a02a6382ed1cd8c092c9fd.zip
FreeBSD-src-472cc5aac8bf04dbc3a02a6382ed1cd8c092c9fd.tar.gz
added *.info and *.db to the default "ignore" list in cvs to avoid obviously
common mistakes.
Diffstat (limited to 'gnu/usr.bin/cvs')
-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 8236487..1b6428f 100644
--- a/gnu/usr.bin/cvs/cvs/ignore.c
+++ b/gnu/usr.bin/cvs/cvs/ignore.c
@@ -26,7 +26,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";
+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";
#define IGN_GROW 16 /* grow the list by 16 elements at a
* time */
OpenPOWER on IntegriCloud