diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2017-01-31 12:34:58 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2017-01-31 12:34:58 (GMT) |
commit | d46f72922b8d203286e5553956ffd1156980c4d9 (patch) | |
tree | 39d4ad9204be634f6776050e00e2a9ad2ba6a2e6 | |
parent | 1f10671fc809ffe44dbad4652a0ee651f5434e77 (diff) | |
download | cpython-d46f72922b8d203286e5553956ffd1156980c4d9.zip cpython-d46f72922b8d203286e5553956ffd1156980c4d9.tar.gz cpython-d46f72922b8d203286e5553956ffd1156980c4d9.tar.bz2 |
add Modules/zlib/zlib.map to .hgeol
-rw-r--r-- | .hgeol | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ Lib/venv/scripts/nt/* = BIN Lib/test/coding20731.py = 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 |