diff options
author | nate <nate@FreeBSD.org> | 1995-04-18 18:14:57 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1995-04-18 18:14:57 +0000 |
commit | c203c955561ba70d996365d98a3deab655d8c292 (patch) | |
tree | ebb393002d803c2663247b55d34c682b408706a0 | |
parent | 20817a2ce307e22ba19e30595a78cc5dc1024920 (diff) | |
download | FreeBSD-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.
-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 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 */ |