diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2014-08-06 17:52:48 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2014-08-06 17:52:48 (GMT) |
commit | 3c7309edab4d05854594816dfa98d5d350e7d57d (patch) | |
tree | d386faee1d94570dcbeefe9cd95358128808155d /.gitattributes | |
parent | 205735a9f246760b388bca148820334c7fd694ce (diff) | |
download | lz4-3c7309edab4d05854594816dfa98d5d350e7d57d.zip lz4-3c7309edab4d05854594816dfa98d5d350e7d57d.tar.gz lz4-3c7309edab4d05854594816dfa98d5d350e7d57d.tar.bz2 |
Added : .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 10 |
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 + |