summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-08-06 17:52:48 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-08-06 17:52:48 (GMT)
commit3c7309edab4d05854594816dfa98d5d350e7d57d (patch)
treed386faee1d94570dcbeefe9cd95358128808155d /.gitattributes
parent205735a9f246760b388bca148820334c7fd694ce (diff)
downloadlz4-3c7309edab4d05854594816dfa98d5d350e7d57d.zip
lz4-3c7309edab4d05854594816dfa98d5d350e7d57d.tar.gz
lz4-3c7309edab4d05854594816dfa98d5d350e7d57d.tar.bz2
Added : .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..fbcf75b
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,10 @@
+# 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
+