Add pip-wheel-metadata to Python.gitignore

PEP-517 has resulted in some updates to the Python
build process. As a result, a new directory called
pip-wheel-metadata is created on fresh builds.
This PR adds this directory into the Python default
gitignore. See
e5f4bbb7dd/src/pip/_internal/req/req_install.py (L568)
This commit is contained in:
Sam Roeca 2019-01-25 14:23:05 -05:00
parent 46c9c487ca
commit 866572d481
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg