aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorEric Barboni <skygo@apache.org>2014-04-24 13:33:35 +0200
committerEric Barboni <skygo@apache.org>2014-04-24 13:33:35 +0200
commit4b96ccbc9d3e92edf0c029c779a8cfca47b2ee51 (patch)
tree1602562eacb286488e09b66b8549e8c8e5847b23 /.gitattributes
parent56319382549134c6081c19d1d2885757a0791390 (diff)
downloadarchiva-4b96ccbc9d3e92edf0c029c779a8cfca47b2ee51.tar.gz
archiva-4b96ccbc9d3e92edf0c029c779a8cfca47b2ee51.zip
put more specific rule at the end
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes
index 3305a0e30..afa84f4d3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,6 +1,3 @@
-*.jar binary
-*.war binary
-
# Auto detect text files and perform LF normalization
* text=auto
@@ -9,4 +6,7 @@
*.xml text diff=xml
*.css text
*.js text
-*.sql text \ No newline at end of file
+*.sql text
+
+*.jar binary
+*.war binary \ No newline at end of file