aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorEric Barboni <skygo@apache.org>2014-04-24 15:30:20 +0200
committerEric Barboni <skygo@apache.org>2014-04-24 15:30:20 +0200
commitfcba557b97a099e5fd5b0d59035bbb8b22fff1f2 (patch)
tree717ab0c1a048084b86d4448cb80d645890f0628e /.gitattributes
parent4b96ccbc9d3e92edf0c029c779a8cfca47b2ee51 (diff)
downloadarchiva-fcba557b97a099e5fd5b0d59035bbb8b22fff1f2.tar.gz
archiva-fcba557b97a099e5fd5b0d59035bbb8b22fff1f2.zip
eol rules for pom
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index afa84f4d3..b0d1f2acf 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -8,5 +8,8 @@
*.js text
*.sql text
-*.jar binary
-*.war binary \ No newline at end of file
+*.jar binary
+*.war binary
+
+# pom file are part of tests involving md5/sha1 (try to keep lf as eol)
+*.pom eol=lf \ No newline at end of file