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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -