excludeFileWithPatterns property

List<String> excludeFileWithPatterns
final

File which contains these patterns will be excluded. E. g. there are two files: test.exe & text.lib With .lib the text.lib won't be installed.

Implementation

final List<String> excludeFileWithPatterns;