You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrunit.apache.org by br...@apache.org on 2012/12/21 21:48:12 UTC

git commit: MRUNIT-169: rat exclude does not list .gitignore

Updated Branches:
  refs/heads/trunk e21ed2e5c -> c6977354d


MRUNIT-169: rat exclude does not list .gitignore


Project: http://git-wip-us.apache.org/repos/asf/mrunit/repo
Commit: http://git-wip-us.apache.org/repos/asf/mrunit/commit/c6977354
Tree: http://git-wip-us.apache.org/repos/asf/mrunit/tree/c6977354
Diff: http://git-wip-us.apache.org/repos/asf/mrunit/diff/c6977354

Branch: refs/heads/trunk
Commit: c6977354df69d3a96d0078b9c261d19a1624636c
Parents: e21ed2e
Author: Brock Noland <br...@apache.org>
Authored: Fri Dec 21 14:47:58 2012 -0600
Committer: Brock Noland <br...@apache.org>
Committed: Fri Dec 21 14:47:58 2012 -0600

----------------------------------------------------------------------
 pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mrunit/blob/c6977354/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fae54a0..d9d46e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,6 +177,7 @@
                 <exclude>BIN-NOTICE.txt</exclude>
                 <exclude>.idea/</exclude>
                 <exclude>.git/</exclude>
+                <exclude>.gitignore</exclude>
               </excludes>
             </configuration>
           </execution>