2017-02-20 13:41:37 -08:00
|
|
|
#
|
|
|
|
# see https://help.github.com/articles/dealing-with-line-endings/
|
|
|
|
#
|
|
|
|
|
|
|
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
# Explicitly declare text files you want to always be normalized and converted
|
2017-03-22 13:58:46 -07:00
|
|
|
# to Unix line endings on checkout.
|
|
|
|
*.c text eol=lf
|
|
|
|
*.cpp text eol=lf
|
|
|
|
*.h text eol=lf
|
|
|
|
*.xml text eol=lf
|
|
|
|
*.mk text eol=lf
|
|
|
|
*.java text eol=lf
|
|
|
|
*.bat text eol=lf
|
2017-02-20 13:41:37 -08:00
|
|
|
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
|
|
*.png binary
|
2017-03-22 06:26:20 -07:00
|
|
|
*.jpg binary
|
|
|
|
|