diff --git a/en/cgi/cvsweb.conf b/en/cgi/cvsweb.conf index 128bb0c610..0be74f7582 100644 --- a/en/cgi/cvsweb.conf +++ b/en/cgi/cvsweb.conf @@ -7,9 +7,9 @@ # 2000-2002 A. MUSHA # based on work by Bill Fenner # -# $Id: cvsweb.conf,v 1.27 2002-05-22 08:31:06 knu Exp $ +# $Id: cvsweb.conf,v 1.28 2002-07-01 16:22:34 fenner Exp $ # $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $ -# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.26 2002/04/10 20:13:19 knu Exp $ +# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.27 2002/05/22 08:31:06 knu Exp $ # ### @@ -286,6 +286,7 @@ $tableBorderColor = '#cccccc'; @ForbiddenFiles = ( "^CVSROOT/passwd\$", # CVSROOT/passwd should not be cvs add'ed, though "/\\.cvspass\$", # Ditto. Just in case. + "^CVSROOT/badcommitters\$", # Private project history. ); #