summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-09-06 17:29:37 -0700
committerGitHub <noreply@github.com>2017-09-06 17:29:37 -0700
commitd01db1c2a2a71455163a1d3b214cc8dc27201303 (patch)
tree6b089cebac71c3bc48df25985c2911597c559a5b /.gitattributes
parente7c566caf177afe43b57f0b2723e723d880368e8 (diff)
downloadcpython-git-d01db1c2a2a71455163a1d3b214cc8dc27201303.tar.gz
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--.gitattributes3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index 5eead66489..9ec17d1240 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