updated RAT plugin exlusion, to ignore a file added by Eclipse

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1560330 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2014-01-22 12:21:01 +00:00
parent 43ef84b729
commit b0252439c3
1 changed files with 1 additions and 0 deletions

View File

@ -560,6 +560,7 @@
<exclude>bin/**</exclude>
<exclude>.gitignore</exclude>
<exclude>.git/**</exclude>
<exclude>.checkstyle</excude>
</excludes>
</configuration>