winmerge
winmerge copied to clipboard
Exclude Directories from search on 3 window compare using wildcards
I want to skip/exclude/ignore any directories in a 3 folder compare that contain the string "pro". I just can't get the syntax correct to do this. Please help.
Please enter !*pro*\ in Folder: Filter, then run the folder compare.
That didn't work. does that line need "d: \" before the ! ?
I was using filters under the tools menu not the line on the folder selection box. That did work, thank you.
For a file filter, you can exclude folders containing “pro” by using:
name: #3039
desc: #3039
def: include
d: \\.*pro.*$