.gitattributes 330 B

123456789101112131415161718
  1. # Default for those who don't have core.autocrlf set
  2. * text=auto
  3. # Things that should be treated like text (lines converted on checkout):
  4. *.c text
  5. *.h text
  6. *.py text
  7. *.cmake text
  8. *.md text
  9. # This is for the output of table_test
  10. *.expected text
  11. *.xml
  12. # Exceptions to the rule:
  13. *.ac text eol=lf
  14. *.am text eol=lf
  15. *.m4 text eol=lf