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