2015-09-03 11:45:48 +00:00
|
|
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
|
|
* text=auto whitespace=trailing-space
|
|
|
|
|
|
|
|
# Explicitly declare text files you want to always be normalized and converted
|
|
|
|
# to native line endings on checkout.
|
|
|
|
*.c text
|
|
|
|
*.h text
|
|
|
|
*.java text
|
|
|
|
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
2015-10-22 14:19:39 +00:00
|
|
|
*.ihex binary
|
|
|
|
*.s37 binary
|