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__/ __pycache__/
/build/ /build/
/dist/ /dist/
/*.egg
/MANIFEST /MANIFEST
/README.html /README.html
/pypi-server-standalone.py /pypi-server-standalone.py
/.project
/.pydevproject
/.tox/ /.tox/
/pypiserver.egg-info/ /*.egg-info/
/.standalone/ /.standalone/
/.coverage /.coverage
/htmlcov/ /htmlcov/
@ -30,3 +33,4 @@ __pycache__/
/develop-eggs/ /develop-eggs/
/eggs/ /eggs/
/parts/ /parts/
/.settings/