Skip to content

Commit

Permalink
Add pip-wheel-metadata to Python.gitignore
Browse files Browse the repository at this point in the history
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
https://github.com/pypa/pip/blob/e5f4bbb7ddff87f48f2b5815513e4211ccdde83a/src/pip/_internal/req/req_install.py#L568
  • Loading branch information
pappasam committed Jan 25, 2019
1 parent 46c9c48 commit 866572d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
Expand Down

0 comments on commit 866572d

Please sign in to comment.