Winmerge - how do I exclude a -specific- file (Thumbs.db) from folder comparison?

2.7k views Asked by At

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 ?

1

There are 1 answers

0
glacierbliss On

What worked for me was: f: \Thumbs.db