lz4/.gitattributes

22 lines
348 B
Plaintext
Raw Normal View History

2014-08-06 17:52:48 +00:00
# Set the default behavior
* text eol=lf
# Explicitly declare source files
*.c text eol=lf
*.h text eol=lf
# Denote files that should not be modified.
*.odt binary
*.png binary
2016-09-02 22:51:24 +00:00
2015-01-13 04:36:58 +00:00
# Visual Studio
2016-09-02 22:51:24 +00:00
*.sln text eol=crlf
*.vcxproj* text eol=crlf
*.vcproj* text eol=crlf
2015-01-13 04:36:58 +00:00
*.suo binary
2016-11-08 15:31:09 +00:00
*.rc text eol=crlf
2015-01-13 04:36:58 +00:00
2016-09-02 22:51:24 +00:00
# Windows
*.bat text eol=crlf
*.cmd text eol=crlf