mirror of https://github.com/apache/lucene.git
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:
parent
4fdd830ffd
commit
bf6d18cc12
|
@ -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$$"/>
|
||||
|
|
Loading…
Reference in New Issue