Author: bodewig
Date: Fri Mar  8 05:17:44 2013
New Revision: 1454254

URL: http://svn.apache.org/r1454254
Log:
let rat ignore git related files

Modified:
    commons/proper/compress/trunk/pom.xml

Modified: commons/proper/compress/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1454254&r1=1454253&r2=1454254&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Fri Mar  8 05:17:44 2013
@@ -254,6 +254,8 @@ These include: bzip2, gzip, pack200, xz 
             <!-- proposal text without license -->
             <exclude>PROPOSAL.txt</exclude>
             <exclude>.pmd</exclude>
+            <exclude>.gitignore</exclude>
+            <exclude>.gitattributes</exclude>
           </excludes>
         </configuration>
       </plugin>


Reply via email to