=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- cvsweb/cvsweb.cgi 1998/05/05 16:05:32 1.17 +++ cvsweb/cvsweb.cgi 1998/05/08 10:14:10 1.18 @@ -174,6 +174,8 @@ if (-d $fullname) { if ($_ eq '.') { next; } + next if $_ eq '#cvs.lock'; + if (s|^Attic/||) { $attic = " (in the Attic)"; } else {