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