From: Yann Collet Date: Wed, 6 Aug 2014 17:52:48 +0000 (+0100) Subject: Added : .gitattributes X-Git-Tag: upstream/1.9.3~259^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c7309edab4d05854594816dfa98d5d350e7d57d;p=platform%2Fupstream%2Flz4.git Added : .gitattributes --- 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 +