When you perform synchronize operations, you may want to exclude certain files and directories in your project from being committed to the repository. For example, you may not want to commit the following files:
These files can be numerous and they may be regenerated whenever a build is performed, resulting in a large number of outgoing changes. Typically, these are not files that you want to remain in the repository or share with other members of a team.
You can specify which files and directories should be excluded from update and commit operations in the following ways:
You can use the following wildcards to specify patterns:
Represents any sequence of zero or more characters. For example, the pattern of *~ matches any temporary files that end with ~.
Represents any single character.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|