diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-09-06 17:29:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 17:29:37 -0700 |
commit | d01db1c2a2a71455163a1d3b214cc8dc27201303 (patch) | |
tree | 6b089cebac71c3bc48df25985c2911597c559a5b /.gitattributes | |
parent | bpo-30465: Fix lineno and col_offset in fstring AST nodes (#1800) (diff) | |
download | cpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.tar.gz cpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.tar.bz2 cpython-d01db1c2a2a71455163a1d3b214cc8dc27201303.zip |
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 5eead664898..9ec17d12406 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 |