Specify a comma separated list of filename patterns that you would like to explicitly excluded from the Jenkins change set.
The pattern is applied to the $CHANGE_SET environment variable, and will affect which files are analyzed in an incremental analysis (cov-run-desktop).
Examples:

File NamePatternWill be excluded
test.java*.javaYes
test.java*.jpgNo
test.javatest.*Yes
test.javatest.????Yes
test.javatest.?????No