Added : .gitattributes

This commit is contained in:
Yann Collet 2014-08-06 18:52:48 +01:00
parent 205735a9f2
commit 3c7309edab

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