--- CVSROOT/loginfo.pl 2002/02/06 17:53:44 1.1 +++ CVSROOT/loginfo.pl 2002/11/15 16:25:20 1.2 @@ -94,6 +94,7 @@ my (@added_files, @removed_files, @modif while () { chop; my ($file, $old, $new) = split(","); + if ($file =~ m|TexConvert/tt.dynamic|) { next; } if($old eq "NONE") { push @added_files, $file; } elsif($new eq "NONE") {