=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 1.17 retrieving revision 1.19 diff -u -p -r1.17 -r1.19 --- cvsweb/cvsweb.cgi 1998/05/05 16:05:32 1.17 +++ cvsweb/cvsweb.cgi 1998/05/17 15:41:28 1.19 @@ -174,6 +174,9 @@ if (-d $fullname) { if ($_ eq '.') { next; } + # ignore CVS lock and stale NFS files + next if /^#cvs\.|^,|^\.nfs/; + if (s|^Attic/||) { $attic = " (in the Attic)"; } else {