LUCENE-4384: rat-sources should ignore IntelliJ IDEA module configuration files: *.iml

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-09-13 20:12:45 +00:00
parent 4fdd830ffd
commit bf6d18cc12
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@
<property name="pitest.targetClasses" value="org.apache.*" />
<!-- a reasonable default exclusion set, can be overridden for special cases -->
<property name="rat.excludes" value="**/TODO,**/*.txt"/>
<property name="rat.excludes" value="**/TODO,**/*.txt,**/*.iml"/>
<propertyset id="uptodate.and.compiled.properties" dynamic="true">
<propertyref regex=".*\.uptodate$$"/>