1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 18:28:13 +02:00

Ignore wheels directory.

As eggs/ directory, wheels directory may contain compiled wheels.
This commit is contained in:
Rolando Espinoza 2016-11-26 20:46:06 -03:00
parent 515d7fcbba
commit cb9eec421f

View File

@ -20,6 +20,7 @@ lib64/
parts/ parts/
sdist/ sdist/
var/ var/
wheels/
*.egg-info/ *.egg-info/
.installed.cfg .installed.cfg
*.egg *.egg