2015-04-16 17:19:50 -04:00
|
|
|
# Per default everything gets normalized and gets LF line endings on checkout.
|
|
|
|
* text eol=lf
|
|
|
|
|
|
|
|
# These will always have CRLF line endings on checkout.
|
|
|
|
*.vcxproj text eol=crlf
|
|
|
|
*.props text eol=crlf
|
|
|
|
*.bat text eol=crlf
|
|
|
|
|
|
|
|
# These are binary so should never be modified by git.
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
*.dxf binary
|
2017-02-16 18:23:14 -05:00
|
|
|
*.mpy binary
|
2017-11-15 18:05:34 -05:00
|
|
|
*.deb binary
|
2018-06-27 03:06:15 -04:00
|
|
|
*.zip binary
|
2018-11-30 14:53:33 -05:00
|
|
|
*.pdf binary
|
2015-04-16 17:19:50 -04:00
|
|
|
|
|
|
|
# These should also not be modified by git.
|
|
|
|
tests/basics/string_cr_conversion.py -text
|
|
|
|
tests/basics/string_crlf_conversion.py -text
|
2017-09-05 23:37:57 -04:00
|
|
|
ports/stm32/pybcdc.inf_template -text
|
|
|
|
ports/stm32/usbhost/** -text
|
|
|
|
ports/cc3200/hal/aes.c -text
|
|
|
|
ports/cc3200/hal/aes.h -text
|
|
|
|
ports/cc3200/hal/des.c -text
|
|
|
|
ports/cc3200/hal/i2s.c -text
|
|
|
|
ports/cc3200/hal/i2s.h -text
|
|
|
|
ports/cc3200/version.h -text
|