1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00

Ignore PyDev's (Eclipse) project files, along with *.egg

This commit is contained in:
ankostis@kilo 2014-11-14 01:11:34 +01:00
parent 39316bb56a
commit dfe9bc6fc4

5
.gitignore vendored

@ -17,11 +17,14 @@ ID
__pycache__/
/build/
/dist/
/*.egg
/MANIFEST
/README.html
/pypi-server-standalone.py
/.project
/.pydevproject
/.tox/
/pypiserver.egg-info/
/*.egg-info/
/.standalone/
/.coverage
/htmlcov/