Not Able to Exclude a Folder in WinMerge -
i'm using winmerge , want exclude folder, , associated sub-folders, called 'help'. example, have folder called 'help' , want exclude folder , it's sub-folders. tried using following filter:
name: archibus conv desc: archibus conversion def: include d: \\\.svn$ ## subversion working copy d: \\_svn$ ## subversion working copy asp.net hack d: \\\help$ ## system d: \\^help ## system
but still picking most, if not all, 'help' subsystem files. can point out doing wrong?
thanks in advance,
the problem had regular expression. following did trick:
d: \help\ ## system
Comments
Post a Comment