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 28bf8503db
commit e12e701fab
1 changed files with 2 additions and 0 deletions

View File

@ -492,6 +492,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>