root / .gitattributes @ f60c4420
History | View | Annotate | Download (323 Bytes)
| 1 | # |
|---|---|
| 2 | # The following turn off LF->CRLF conversion for some files on Windows. |
| 3 | # these conversions cause syntax errors on MinGW/MSYS. They should not |
| 4 | # have any effect on non-Windows systems or on Cygwin. Any files that |
| 5 | # required svn:eof-style=lf under subversion should be included here. |
| 6 | # |
| 7 | *.m4 -crlf |
| 8 | *.ac -crlf |
| 9 | *.scm -crlf |