From 4b96ccbc9d3e92edf0c029c779a8cfca47b2ee51 Mon Sep 17 00:00:00 2001 From: Eric Barboni Date: Thu, 24 Apr 2014 13:33:35 +0200 Subject: [PATCH] put more specific rule at the end --- .gitattributes | 8 ++++---- 1 file 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