Often when you compare folders, its often possible you see a list of files which you are not looking for. Thus it’s often requires us to exclude a list of files (by filenames, file extension, etc) which we don’t want to check about.
Say I want to exclude a list of files by its extension. The extension list is bin.bak, bin, sfsfmz, sfspmz. You can simply have these files excluded by creating a Mark pattern with regular expression “[bin.bak,bin,sfsfmz,sfspmz]$” and then choose “Hide marked Files”
One thought on “Using Windiff with a regular expression exclusion list”
this doesn’t work.