diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-09-07 00:29:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-07 00:29:37 (GMT) |
commit | d01db1c2a2a71455163a1d3b214cc8dc27201303 (patch) | |
tree | 6b089cebac71c3bc48df25985c2911597c559a5b /.gitattributes | |
parent | e7c566caf177afe43b57f0b2723e723d880368e8 (diff) | |
download | cpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.zip cpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.tar.gz cpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.tar.bz2 |
bpo-31358: Pull zlib out of the repository (GH-3375)
Also enable building externals by default on Windows, use PCbuild\build.bat's -E option to disable it.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index 5eead66..9ec17d1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -27,9 +27,6 @@ Lib/test/test_email/data/*.txt -text Lib/test/xmltestdata/* -text Lib/test/coding20731.py -text -# Special files in third party code -Modules/zlib/zlib.map -text - # CRLF files *.bat text eol=crlf *.ps1 text eol=crlf |