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: 2440
Windows
|dsynchronize
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:
- All files in
binfolder - All files in
objfolder
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

© Super User or respective owner