1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00
pypiserver/.gitignore
Kostis Anagnostopoulos @ STUW025 f30546027d git: Also ignore .settings folder.
2014-11-14 12:07:11 +01:00

37 lines
328 B
Plaintext

*.class
*.pyc
*.pyo
*.o
*.so
*.os
*.pyd
*.elc
*~
.*.swp
.*.swo
.*.swn
.~
.DS_Store
.ropeproject
ID
__pycache__/
/build/
/dist/
/*.egg
/MANIFEST
/README.html
/pypi-server-standalone.py
/.project
/.pydevproject
/.tox/
/*.egg-info/
/.standalone/
/.coverage
/htmlcov/
/.installed.cfg
/bin/
/develop-eggs/
/eggs/
/parts/
/.settings/