.gitattributes 698 B

12345678910111213141516171819202122232425
  1. # Per default everything gets normalized and gets LF line endings on checkout.
  2. * text eol=lf
  3. # These will always have CRLF line endings on checkout.
  4. *.vcxproj text eol=crlf
  5. *.props text eol=crlf
  6. *.bat text eol=crlf
  7. # These are binary so should never be modified by git.
  8. *.png binary
  9. *.jpg binary
  10. *.dxf binary
  11. *.mpy binary
  12. # These should also not be modified by git.
  13. tests/basics/string_cr_conversion.py -text
  14. tests/basics/string_crlf_conversion.py -text
  15. ports/stm32/pybcdc.inf_template -text
  16. ports/stm32/usbhost/** -text
  17. ports/cc3200/hal/aes.c -text
  18. ports/cc3200/hal/aes.h -text
  19. ports/cc3200/hal/des.c -text
  20. ports/cc3200/hal/i2s.c -text
  21. ports/cc3200/hal/i2s.h -text
  22. ports/cc3200/version.h -text