You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2012/07/07 21:39:00 UTC

svn commit: r1358629 - in /commons/proper/compress/trunk: .gitattributes .gitignore

Author: bodewig
Date: Sat Jul  7 19:38:59 2012
New Revision: 1358629

URL: http://svn.apache.org/viewvc?rev=1358629&view=rev
Log:
COMPRESS-190 some common git settings

Added:
    commons/proper/compress/trunk/.gitattributes
    commons/proper/compress/trunk/.gitignore

Added: commons/proper/compress/trunk/.gitattributes
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/.gitattributes?rev=1358629&view=auto
==============================================================================
--- commons/proper/compress/trunk/.gitattributes (added)
+++ commons/proper/compress/trunk/.gitattributes Sat Jul  7 19:38:59 2012
@@ -0,0 +1,3 @@
+src/test/resources/longfile_gnu.ar      eol=lf
+src/test/resources/longfile_bsd.ar      eol=lf
+src/test/resources/longpath/minotaur.ar eol=lf

Added: commons/proper/compress/trunk/.gitignore
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/.gitignore?rev=1358629&view=auto
==============================================================================
--- commons/proper/compress/trunk/.gitignore (added)
+++ commons/proper/compress/trunk/.gitignore Sat Jul  7 19:38:59 2012
@@ -0,0 +1,5 @@
+target
+.project
+.classpath
+.settings
+*~