Forgot one FreeBSD specific change needed.

date: 1995/02/04 20:27:23;  author: phk;  state: Exp;  lines: +1 -1
added *.info and *.db to the default "ignore" list in cvs to avoid obviously
common mistakes.
This commit is contained in:
Nate Williams 1995-03-31 08:21:06 +00:00
parent 73a425b915
commit 7b1fcc6ab5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7521

View File

@ -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";
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 */