summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorinikep <inikep@gmail.com>2016-09-02 22:51:24 (GMT)
committerinikep <inikep@gmail.com>2016-09-02 22:51:24 (GMT)
commitc200f7e09f7338114abf2e48b427977963601569 (patch)
tree50117d553f70123dfb7ab3b10a913feae67d7b03 /.gitattributes
parentb3ae49c7bf3652a37ba42095b9f1177c0eff49e3 (diff)
downloadlz4-c200f7e09f7338114abf2e48b427977963601569.zip
lz4-c200f7e09f7338114abf2e48b427977963601569.tar.gz
lz4-c200f7e09f7338114abf2e48b427977963601569.tar.bz2
renamed VS project
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes10
1 files changed, 8 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index b9d54fb..3870801 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -8,8 +8,14 @@
# Denote files that should not be modified.
*.odt binary
*.png binary
+
# Visual Studio
-*.sln binary
+*.sln text eol=crlf
+*.vcxproj* text eol=crlf
+*.vcproj* text eol=crlf
*.suo binary
-*.vcxproj* binary
+*.rc binary
+# Windows
+*.bat text eol=crlf
+*.cmd text eol=crlf