Lines Matching full:exclude
16 1. MKSQUASHFS - EXTENDED EXCLUDE FILE HANDLING
19 1. Extended wildcard pattern matching now supported in exclude files
23 Supports both anchored and non-anchored exclude files.
27 Similar to existing exclude files except with wildcards. Exclude
34 Exclude all files matching "*.gz" in the top level directory "test".
38 Exclude all files beginning with "example" inside directories called
45 Exclude all files matching "*.gz" in top level directory "test",
51 often useful to exclude a file matching anywhere in the source directories.
53 exclude with "...".
59 Exclude files matching "*.gz" anywhere in the source directories.
65 Exclude files matching "*.gz" inside directories called "Test" or
72 Exclude all files matching "*.gz" anywhere in the source directories,
75 2. Regular expression pattern matching now supported in exclude files
81 Supports both anchored and non-anchored exclude files.