.timestamp should always be present but not on the MANIFEST, so this patch gets manicheck.pl to ignore it.
Simon --- manicheck.pl.old Thu Jan 3 02:00:01 2002 +++ manicheck.pl Mon Jan 14 20:31:12 2002 @@ -108,6 +108,7 @@ } return 1 if ($file eq '.cvsignore'); + return 1 if ($file eq '.timestamp'); return 1 if ($dir =~ m#(^|/)CVS$#); if ($ignore_dirs{$dir}) {