Example Expressions for Specifying File Inclusions and Exclusions

You can enter an expression to specify which files are excluded from the synchronization in either the repository or the work area. For example, if your project contains a project of your own that you compile and the compiled sources and executables are in your own folder called "debug", then using the filter "*\debug" would ensure that the your compiled sources and executables do not get synchronized and avoids the necessity to ignore these files each time a synchronization is run. The characters that you can use in these expressions are:

Some examples are:

explicitly excludes both the files bar.obj and bar.exe in the folder build.

excludes all files of extension .obj and .exe

excludes files of extension .obj and .exe in the folder build.

excludes files in the folder build\logs.

Related Topics

Reviewing a Change in the Synchronize Wizard

Synchronize Wizard Changes Page

About the Synchronize Wizard