diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-08 16:31:09 +0100 |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-08 16:31:09 +0100 |
commit | 39157c9f3c8edd969594a7eec94c74a219dc6a26 (patch) | |
tree | b3cfd30acfce98053e8171bd2f7a57ed8b45c83d /.gitattributes | |
parent | ec63747debada50f7e68b2c9aef9ef75aec45558 (diff) | |
download | lz4-39157c9f3c8edd969594a7eec94c74a219dc6a26.tar.gz lz4-39157c9f3c8edd969594a7eec94c74a219dc6a26.tar.bz2 lz4-39157c9f3c8edd969594a7eec94c74a219dc6a26.zip |
added lz4-dll project
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 3870801..6212bd4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,7 +14,7 @@ *.vcxproj* text eol=crlf *.vcproj* text eol=crlf *.suo binary -*.rc binary +*.rc text eol=crlf # Windows *.bat text eol=crlf |