1# Auto normalize all files which appear to be text files. 2* text=auto 3 4# Auto normalize files which are explicitly text 5*.[ch] text 6*.[ch]pp text 7*.txt text 8*.md text 9*.yml text 10*.html text 11*.py text 12 13# Files which are explicitly binary 14*.gz binary !eol 15*.xz binary !eol 16*.bz2 binary !eol 17*.tar binary !eol 18*.png binary !eol 19*.jpg binary !eol 20*.gif binary !eol 21 22# Files normalized to always keep Unix line endings 23.default-version eol=lf 24bootstrap* eol=lf 25config.guess eol=lf 26config.status eol=lf 27configure eol=lf 28libtool eol=lf 29libtoolize eol=lf 30autoreconf eol=lf 31mkversion eol=lf 32*.sh eol=lf 33*-sh eol=lf 34*.m4 eol=lf 35configure.ac eol=lf 36Makefile.am eol=lf 37Makefile.in eol=lf 38Makefile eol=lf 39