Merge pull request #59 from ankostis/feat/gitignore-pydev

Git-Ignore PyDev's (Eclipse) project files, along with *.egg
This commit is contained in:
Gregory Reshetniak 2014-11-18 11:41:06 +02:00
commit b28ecc4fb2
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -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/
@ -30,3 +33,4 @@ __pycache__/
/develop-eggs/
/eggs/
/parts/
/.settings/