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

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384608 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-09-14 00:28:43 +00:00
parent bf73201486
commit cf02188f2b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<description>Solr Core</description>
<!-- html file for testing -->
<property name="rat.excludes" value="**/htmlStripReaderTest.html"/>
<property name="rat.excludes" value="**/htmlStripReaderTest.html,**/*.iml"/>
<import file="../common-build.xml"/>