You can use the standard Eclipse preferences to exclude files from source control. The preferences can be used independently or in addition to the .dmignore file. See Excluding Files and Directories from Source Control for more information.
NOTE You can still explicitly add files to source control even though you have added them to the ignore lists in Dimensions projects. |
To exclude specified files using the standard Eclipse preferences:
Select Window | Preferences. The Preferences dialog box appears.
Click the plus sign next to Team and select Ignore Resources.
Examine the Ignore Patterns list for the file type you wish to exclude from source control. If it is not listed, do the following:
Click the Add button. The Enter Ignore Pattern dialog box appears.
Enter a pattern that defines a file type to ignore, you can use these wildcards:
Asterisk (*): represents one or more characters.
Question mark (?): represents one character.
Click OK.
In the Ignore Patterns list, ensure that a check mark appears next to each file type you want to exclude from source control.
Click OK.