Each exclusion uses ant pattern matching,and must be separated by a new line.

    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.