diff options
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/config.doc b/doc/config.doc index 9a16a7b..e29233e 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -800,6 +800,10 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn" \c EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude certain files from those directories. + Note that the wildcards are matched against the file with absolute path, + so to exclude all test directories use the pattern + <code>*</code><code>/test/</code><code>*</code> + \anchor cfg_example_path <dt>\c EXAMPLE_PATH <dd> \addindex EXAMPLE_PATH |