Specify a comma separated list of filename patterns that you would like to explicitly excluded from the Jenkins-provided SCM changeset.
The pattern is applied to determine which files will be populated in the changeset file, stored at $CHANGE_SET_FILE_PATH.
If blank, will exclude none.
Examples:

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