I'm using Meld to spot differences between two similar sets of fortran code. In many cases, the only difference between the two files is an automated version number. This line makes it look like there are more differences than there should be, and it gets confusing.
The automated version number line in question is something like
!! $Id: filename.F90 v#### YYYY-MM-DD HH:MM:SSx username $
Is it possible to convince meld to ignore all lines that look like this line? I don't want meld to ignore all comments, as some differences in comments are important.