Differences
This shows you the differences between the selected revisions of the page.
| 2008-03-08 | 2009-03-05 | ||
| fix subtree mask (martin) | bug 328 exclude mask by pipe (martin) | ||
| Line 9: | Line 9: | ||
| You can specify several masks separated by semicolon ('';'') or comma ('',''). | You can specify several masks separated by semicolon ('';'') or comma ('',''). | ||
| - | When specifing the mask you can use following patterns: | + | When specifying the mask you can use following patterns: |
| ^ Pattern ^ Meaning ^ Example ^ | ^ Pattern ^ Meaning ^ Example ^ | ||
| Line 32: | Line 32: | ||
| For convenience, a masks ''*.*'' and ''*.'' are exceptions matching any file and any file without an extension, respectively, even if its name does not include any dot. | For convenience, a masks ''*.*'' and ''*.'' are exceptions matching any file and any file without an extension, respectively, even if its name does not include any dot. | ||
| + | |||
| + | You can add exclude mask by separating it by pipe (''|'') from the include mask. To use exclude mask only, start with pipe straight away. | ||