Ignore .iml files from rat report

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/64b46a8b
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/64b46a8b
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/64b46a8b

Branch: refs/heads/develop
Commit: 64b46a8b8b52e0e7bcd54ef37b12778dfd9754f6
Parents: 156d1b4
Author: OmPrakash Muppirala <bigosma...@gmail.com>
Authored: Tue Jan 3 02:15:52 2017 -0800
Committer: OmPrakash Muppirala <bigosma...@gmail.com>
Committed: Tue Jan 3 02:15:52 2017 -0800

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/64b46a8b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a32cbaa..fad1c7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,6 +184,8 @@
             <exclude>native/**</exclude>
             <!-- After running the testsuite, the target directory is full of 
non-header files -->
             <exclude>testsuite/**</exclude>
+                       <!-- Ignore IntelliJ IDEA project files -->
+                       <exclude>**/*.iml</exclude>
           </excludes>
         </configuration>
         <dependencies>

Reply via email to