If a classes directory is selected in the first page, this "Filter" box will be visible.
If the relative file name matches the filter pattern, the file will NOT be
included into the generated exe. Use comma (,) to separate more than one filter patterns.
Wildcard:
** - Any path
* - Any directory or file name excluding file separator "\" and "/"
? - Any single character except file
separator "\" and "/"
For example:
*.bak - will filter out all bak files in the classes directory.
**\*.bak -
will filter out all bak files in classes directory and its all sub-directory.
**\CVS\* - will filter out
all files in each CVS directory.
test\** - will filter out all files in test directory and its all sub-directory.