diff options
author | Henri Wiechers <hwiechers@gmail.com> | 2010-11-12 07:41:44 +0200 |
---|---|---|
committer | Henri Wiechers <hwiechers@gmail.com> | 2010-11-12 07:41:44 +0200 |
commit | 866ba43d0a8cd9807a39483df48d9366558cb6dd (patch) | |
tree | a8f68abdd7afb06ea1dc88a7e5868de1065ad75f /.gitattributes | |
parent | 4a1559e1279c12b99f7bb2db867ca51713de7cd4 (diff) | |
download | jquery-866ba43d0a8cd9807a39483df48d9366558cb6dd.tar.gz jquery-866ba43d0a8cd9807a39483df48d9366558cb6dd.zip |
Mark *.jar files as binary.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index fae8897c8..d6dc47053 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -* eol=lf +* eol=lf +*.jar binary |