.gitattributes 479 B

1234567891011121314151617181920
  1. # Set the default behavior, in case people don't have core.autocrlf set.
  2. * text=auto
  3. # Explicitly declare text files you want to always be normalized and converted
  4. # to native line endings on checkout.
  5. *.tex text
  6. *.bib text
  7. *.svg text
  8. *.py text
  9. *.vbs text
  10. *.cpp text
  11. *.hpp text
  12. Makefile text
  13. # Declare files that will always have CRLF line endings on checkout.
  14. *.sln text eol=crlf
  15. # Denote all files that are truly binary and should not be modified.
  16. *.png binary
  17. *.jpg binary