]> source.dussan.org Git - gitignore.git/commitdiff
Add pip-wheel-metadata to Python.gitignore 2944/head
authorSam Roeca <samuel.roeca@gmail.com>
Fri, 25 Jan 2019 19:23:05 +0000 (14:23 -0500)
committerSam Roeca <samuel.roeca@gmail.com>
Fri, 25 Jan 2019 19:23:05 +0000 (14:23 -0500)
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

Python.gitignore

index 11614af2870733183efe883810764d8708bddf8f..0447b8bdc95cff7b3c4bfe8db41d6189f6de5577 100644 (file)
@@ -20,6 +20,7 @@ parts/
 sdist/
 var/
 wheels/
+pip-wheel-metadata/
 share/python-wheels/
 *.egg-info/
 .installed.cfg