Winmerge : how to ignore differences in lines with a special ending tag
Posted
by rekna
on Stack Overflow
See other posts from Stack Overflow
or by rekna
Published on 2009-07-29T14:29:20Z
Indexed on
2010/04/15
16:13 UTC
Read the original article
Hit count: 389
winmerge
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
© Stack Overflow or respective owner