Each exclusion uses ant pattern matching, and must be separated by a new line.
An empty list implies that nothing is excluded.
    src/main/web/**/*.html
    src/main/web/**/*.jpeg
  
The example above illustrates that if only html/jpeg files have been committed to the SCM, a build will not occur.