Blame .gitattributes

Packit 12c978
# Default for those who don't have core.autocrlf set
Packit 12c978
* text=auto
Packit 12c978
Packit 12c978
# Things that should be treated like text (lines converted on checkout):
Packit 12c978
*.c text
Packit 12c978
*.h text
Packit 12c978
*.py text
Packit 12c978
*.cmake text
Packit 12c978
*.md text
Packit 12c978
# This is for the output of table_test
Packit 12c978
*.expected text
Packit 12c978
*.xml
Packit 12c978
Packit 12c978
# Exceptions to the rule:
Packit 12c978
*.ac text eol=lf
Packit 12c978
*.am text eol=lf
Packit 12c978
*.m4 text eol=lf
Packit 12c978