Exclude Eclipse annotation processor files that are git ignored

This commit is contained in:
Ignasi Barrera 2015-04-15 23:28:09 +02:00
parent ba93170813
commit 2481193b07
1 changed files with 2 additions and 0 deletions

View File

@ -509,6 +509,8 @@
<exclude>**/.gitattributes</exclude>
<exclude>**/.java-version</exclude>
<exclude>**/modernizer_exclusions.txt</exclude>
<exclude>**/.factorypath</exclude>
<exclude>**/.apt_generated/**</exclude>
<!-- Temporary files generated on CloudBees slaves -->
<exclude>.repository/**</exclude>