Author: olamy
Date: Thu Jun 21 09:05:41 2012
New Revision: 1352463
URL: http://svn.apache.org/viewvc?rev=1352463&view=rev
Log:
ignore .iml for rat check
Modified:
incubator/directmemory/trunk/pom.xml
Modified: incubator/directmemory/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1352463&r1=1352462&r2=1352463&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Thu Jun 21 09:05:41 2012
@@ -773,6 +773,7 @@ under the License.
<exclude>.git/**</exclude>
<exclude>.idea/**</exclude>
<exclude>*.bat</exclude>
+ <exclude>**/*.iml</exclude>
<exclude>.repository/**</exclude>
<exclude>ajcore**</exclude>
<exclude>init-git-svn.sh</exclude>