Add pip-wheel-metadata folder to .gitignore

This commit is contained in:
Deimos
2019-06-03 18:06:40 -06:00
parent 3305da2fef
commit 28f6a15876

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@ Customfile
__pycache__ __pycache__
*.py[co] *.py[co]
pip-wheel-metadata/
*.egg-info/ *.egg-info/
.cache/ .cache/