What is the syntax for Dsynchronize "exclude filter" for files 's full path to exclude bin\* and obj\* of a C# solution?

Posted by Nam G. VU on Super User See other posts from Super User or by Nam G. VU
Published on 2014-01-23T04:25:12Z Indexed on 2014/06/12 3:30 UTC
Read the original article Hit count: 2336

Filed under:
|

Dsynchronize is a great free tool to sync two folders.

I'm using it to sync two solutions checked out from two different TFS Team Collection.

I want to exclude the following:

  1. All files in bin folder
  2. All files in obj folder

I tried bin\*; obj\* but it doesn't work.

How can I do that?

ps. Though, trying *.g.* and *cache* help to exclude the files whose names match with the filter. It seems the filter is applied to the file name only NOT the full path of the file

enter image description here

© Super User or respective owner

Related posts about Windows

Related posts about dsynchronize