--- CVSROOT/loginfo.pl 2004/04/08 20:20:01 1.4 +++ CVSROOT/loginfo.pl 2007/08/18 00:36:56 1.5 @@ -120,7 +120,8 @@ 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| ) { $diffmsg='Diffs for '.$file.' not shown.'."\n"; next; }