blob: 56ad6c8a7fbb6617353c47e61bf20a56c53de072 [file] [log] [blame]
# Auto normalize all files which appear to be text files.
* text=auto
# Auto normalize files which are explicitly text
*.[ch] text
*.[ch]pp text
*.txt text
*.md text
*.yml text
*.html text
*.py text
# Files which are explicitly binary
*.gz binary !eol
*.xz binary !eol
*.bz2 binary !eol
*.tar binary !eol
*.png binary !eol
*.jpg binary !eol
*.gif binary !eol