diff options
author | Eric Barboni <skygo@apache.org> | 2014-04-24 13:33:35 +0200 |
---|---|---|
committer | Eric Barboni <skygo@apache.org> | 2014-04-24 13:33:35 +0200 |
commit | 4b96ccbc9d3e92edf0c029c779a8cfca47b2ee51 (patch) | |
tree | 1602562eacb286488e09b66b8549e8c8e5847b23 /.gitattributes | |
parent | 56319382549134c6081c19d1d2885757a0791390 (diff) | |
download | archiva-4b96ccbc9d3e92edf0c029c779a8cfca47b2ee51.tar.gz archiva-4b96ccbc9d3e92edf0c029c779a8cfca47b2ee51.zip |
put more specific rule at the end
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 8 |
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 |