I am comparing two folders in Winmerge. I have already created a filter that excludes all .ini files from the comparison process. Here's how I'm doing that:
myfilt.flt
name: exclinis
desc: exclude all ini files from comparison
def: include
f: \.ini$ ##file filt to exclude all .ini files
d: \\subdir$ ##filt for dir
How do I exclude a specific file, i.e. Thumbs.db ?
What worked for me was:
f: \Thumbs.db