9 lines
264 B
Text
9 lines
264 B
Text
# Force text files to have unix eols, so Windows/Cygwin does not break them
|
|
*.* eol=lf
|
|
|
|
# These files are unfortunately not recognized as text files so
|
|
# explicitly listing them here
|
|
Vagrantfile eol=lf
|
|
run-tests eol=lf
|
|
test/run-tests-within-vm eol=lf
|
|
*.png binary
|