exclude .gitignore from rat check

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@989302 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2010-08-25 19:05:57 +00:00
parent a36edfc88c
commit 1f38a0cead
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@
<exclude>**/org.apache.openjpa.revision.properties</exclude>
<exclude>**/target/**/*</exclude>
<exclude>release.properties</exclude>
<exclude>.gitignore</exclude>
</excludes>
</configuration>
</plugin>