--- CVSROOT/loginfo.pl 2004/04/08 20:20:01 1.4 +++ CVSROOT/loginfo.pl 2008/07/17 23:18:24 1.7 @@ -120,7 +120,10 @@ my $diffmsg = ''; foreach my $info (@modified_files_info) { my ($file, $old, $new) = @$info; if ($file =~ m|TexConvert/tt.dynamic| || - $file =~ m|foxr/londtest| ) { + $file =~ m|foxr/londtest| || + $file =~ m|purdue| || + $file =~ m|vcu/| || + $file =~ m|raeburn/private| ) { $diffmsg='Diffs for '.$file.' not shown.'."\n"; next; }