mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 11:05:29 +00:00
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.*" />
|
<property name="pitest.targetClasses" value="org.apache.*" />
|
||||||
|
|
||||||
<!-- a reasonable default exclusion set, can be overridden for special cases -->
|
<!-- 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">
|
<propertyset id="uptodate.and.compiled.properties" dynamic="true">
|
||||||
<propertyref regex=".*\.uptodate$$"/>
|
<propertyref regex=".*\.uptodate$$"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user