From b916407a2a06f8452e82b74dc44c54acbcc572b0 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:27:42 +0200 Subject: 5.21 --- BUILD/Help/html/Exclude Items.html | 49 +++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 24 deletions(-) (limited to 'BUILD/Help/html/Exclude Items.html') diff --git a/BUILD/Help/html/Exclude Items.html b/BUILD/Help/html/Exclude Items.html index 4ac0afaf..22d46b78 100644 --- a/BUILD/Help/html/Exclude Items.html +++ b/BUILD/Help/html/Exclude Items.html @@ -105,38 +105,39 @@ include list and none of the entries in the exclude list:

- -

Multiple entries - separated by semicolon

+ +

Multiple entries separated by semicolon

- +

*.tmp; *.doc; *.bak

+ + + +

Exclude all files and folders located in subdirectories of base directories

+ + +

\*\*

+ + + + +

Exclude only *.txt files +located in subdirectories of base directories

+ + +

\*\*.txt

+ + + +

-


-

-

Example: -Exclude all files and folders located in subdirectories of base -directories

-

-

- Exclude: *\*

-

-

-

Example: -Include only files and folders -located in subdirectories of base directories

-

-

- Include: *\*

-

-

-


-

+ +

Note

  • For -- cgit