Winmerge : how to ignore differences in lines with a special ending tag
- by rekna
I would like to ignore difference in lines, if one of the files has a line ending with //ignore
is this possible? how would the regular expression for the line filter be written?
tried
.*//ignore$
but this does not work