Browse Source

Remove pip-wheel-metadata/ from Python.gitignore (#3364)

pip generated this folder for a few versions, as part of it's initial
implementation of PEP 517.

pip has not generated this folder for a few versions now, so it should
be OK to remove this from the standard gitignore file.
pull/3371/head
Pradyun Gedam 4 years ago
parent
commit
14f8a8b4c5
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Python.gitignore

+ 0
- 1
Python.gitignore View File

sdist/ sdist/
var/ var/
wheels/ wheels/
pip-wheel-metadata/
share/python-wheels/ share/python-wheels/
*.egg-info/ *.egg-info/
.installed.cfg .installed.cfg

Loading…
Cancel
Save