.gitattributes 450 B

12345678910111213141516171819202122
  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. *.cpp text
  6. *.h text
  7. *.txt text
  8. *.md text
  9. *.cmake text
  10. *.svg text
  11. *.dot text
  12. *.yml text
  13. *.in text
  14. *.sh text
  15. *.autopkg text
  16. Dockerfile text
  17. # Denote all files that are truly binary and should not be modified.
  18. *.png binary
  19. *.jpg binary
  20. *.json binary