Added : .gitattributes

This commit is contained in:
Yann Collet 2014-08-06 20:34:53 +01:00
parent d4c6af7ef1
commit ccd8a4253f

10
.gitattributes vendored Normal file
View File

@ -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