mirror of
https://github.com/facebook/zstd.git
synced 2024-12-01 20:26:51 +08:00
15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
|
# 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
|
||
|
# Visual Studio
|
||
|
*.sln binary
|
||
|
*.suo binary
|
||
|
*.vcxproj* binary
|
||
|
|