Skip to content

Commit c15dd00

Browse files
committed
tinyprog: Ignore pip-wheel-metadata
"pip-wheel-metadata" is created alongside setup.py, by "pip install ." (used for development). See pypa/pip#6213 for discussion of this clutter (issue currently open; might be moved to another location, eg build/pip-wheel-metadata or .pip-wheel-metadata, in a later version).
1 parent dbe9ea8 commit c15dd00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

programmer/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ __pycache__/
99
*~
1010
tinyprog/full_version.py
1111

12+
# due to pip install . (for development)
13+
# https://github.com/pypa/pip/issues/6213
14+
pip-wheel-metadata
15+
1216
# due to using tox and pytest
1317
.tox
1418
.coverage

0 commit comments

Comments
 (0)