From 41cbd15c3236d78e2bd17d798a4fc663e49375e2 Mon Sep 17 00:00:00 2001 From: msftwindowslinux <68022544+msftwindowslinux@users.noreply.github.com> Date: Thu, 1 Oct 2020 03:17:49 -0500 Subject: [PATCH] force .exe, .dll as binary to fix CRLF/LF problems (#107862) Co-authored-by: Your Name --- build/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/.gitattributes b/build/.gitattributes index fcadb2cf979..d2690a8f26f 100644 --- a/build/.gitattributes +++ b/build/.gitattributes @@ -1 +1,3 @@ * text eol=lf +*.exe binary +*.dll binary