Using Wildcards to Include and Exclude Files and Folders

You can use wildcard expressions to specify files to be excluded and/or included when you run the update, deliver and merge operations. For example, if your stream contains a compiled project, and the compiled sources and executables are in a folder called "debug", use the filter "*\debug" to exclude the folder from all deliveries.

You can use the following characters in expressions:

Examples of exclusion filters:

Explicitly excludes the files bar.obj and bar.exe in the folder build.

Excludes all files and subfolders recursively beneath the folder obj

Excludes all files with the extension .obj and .exe

Excludes files with the extension .obj and .exe in the folder build (and its subfolders).

Excludes the folder build/logs.

Related Topics

Opening Projects and Setting Defaults

Synchronize Wizard