18.5. Element: QuickRev / Preferences / FindProjects / Excludes
Default directories to be excluded from search for project files via the
Find Open Projects ...
menu or during
configuration of the history database
can be configured with the following syntax.
|
Name |
Use |
Values |
Changeable via the QuickRev menu |
Description |
| Element |
FindProjects
|
optional
|
Excludes |
yes |
Parent element of the Excludes element. |
| Element |
Excludes
|
optional
|
Exclude+ |
yes |
Container for the Exclude elements. |
| Element |
Exclude
|
optional
|
text |
yes |
Contains one exclude path as regular expression. |
<?xml version="1.0" encoding="UTF-8"?>
<QuickRev configName="name">
<Preferences>
<FindProjects>
<Excludes>
<Exclude>\.svn\b</Exclude>
<Exclude>\bbin\b</Exclude>
</Excludes>
</FindProjects>
</Preferences>
</QuickRev>