From 52e58684f74eedaabd17bc400be569053fe30fd8 Mon Sep 17 00:00:00 2001 From: "doko@ubuntu.com" Date: Thu, 5 Jan 2017 17:08:07 +0100 Subject: [PATCH] add Modules/zlib/zlib.map to .hgeol --- .hgeol | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hgeol b/.hgeol index 08be82829f3e..eab3645db194 100644 --- a/.hgeol +++ b/.hgeol @@ -36,6 +36,9 @@ Lib/test/cjkencodings/* = BIN Lib/test/decimaltestdata/*.decTest = BIN Lib/test/sndhdrdata/sndhdr.* = BIN +# Windows only zlib upstream file +Modules/zlib/zlib.map = CRLF + # Windows batch files work best with CRLF, there can be subtle problems with LF **.bat = CRLF -- 2.47.3