From 631cb464c150d47fbe478eac555ba341a1310183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 16 Jan 2019 12:23:53 +0100 Subject: [PATCH] Change eol of windows files Release tarballs have different eol of windows only files. Change them also in git, so checkout matches archvies as much as possible. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index ed57b52969..198b9be40e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ *.sln.in eol=crlf *.vcxproj.in eol=crlf *.vcxproj.filters.in eol=crlf +*.dsw eol=crlf +win32utils/**.txt eol=crlf