summaryrefslogtreecommitdiffstats
path: root/src/zstd/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/zstd/.gitattributes24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/zstd/.gitattributes b/src/zstd/.gitattributes
new file mode 100644
index 00000000..9eb12c0e
--- /dev/null
+++ b/src/zstd/.gitattributes
@@ -0,0 +1,24 @@
+# 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
+
+# Visual Studio
+*.sln text eol=crlf
+*.vcxproj* text eol=crlf
+*.vcproj* text eol=crlf
+*.suo binary
+*.rc text eol=crlf
+
+# Windows
+*.bat text eol=crlf
+*.cmd text eol=crlf
+
+# .travis.yml merging
+.travis.yml merge=ours