diff options
author | nate <nate@FreeBSD.org> | 1995-03-31 08:21:06 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1995-03-31 08:21:06 +0000 |
commit | a6f4df5d7c15a36a9e6571ec05ec8598f32643fe (patch) | |
tree | 6be73f3a98d8987714af23192782b26e5803d66d /gnu | |
parent | 4ce4a770bf1b7351da33daf958780bf16c5fc3bf (diff) | |
download | FreeBSD-src-a6f4df5d7c15a36a9e6571ec05ec8598f32643fe.zip FreeBSD-src-a6f4df5d7c15a36a9e6571ec05ec8598f32643fe.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cvs/cvs/ignore.c | 2 |
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 0005f40..2c0b3ab 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"; +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 */ |