Skip to content

Commit

Permalink
tinyprog: Ignore pip-wheel-metadata
Browse files Browse the repository at this point in the history
"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).
  • Loading branch information
ewenmcneill committed Jun 8, 2019
1 parent dbe9ea8 commit c15dd00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions programmer/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ __pycache__/
*~
tinyprog/full_version.py

# due to pip install . (for development)
# https://github.com/pypa/pip/issues/6213
pip-wheel-metadata

# due to using tox and pytest
.tox
.coverage
Expand Down

0 comments on commit c15dd00

Please sign in to comment.