pypiserver/.gitignore

37 lines
331 B
Plaintext
Raw Normal View History

2013-02-18 23:23:44 +01:00
*.class
2011-07-29 01:11:56 +02:00
*.pyc
*.pyo
*.o
*.so
*.os
*.pyd
*.elc
*~
.*.swp
.*.swo
.*.swn
.~
.DS_Store
.ropeproject
ID
__pycache__/
2011-07-29 02:02:28 +02:00
/build/
/dist/
/*.egg*
2011-07-29 02:02:28 +02:00
/MANIFEST
2011-07-29 03:14:09 +02:00
/README.html
/pypi-server-standalone.py
/.project
/.pydevproject
2011-08-30 02:37:25 +02:00
/.tox/
/*.egg-info/
2015-09-11 16:45:29 +02:00
/.standalone
2013-01-04 02:09:11 +01:00
/.coverage
/htmlcov/
/.installed.cfg
/develop-eggs/
/eggs/
/parts/
/.cache/
2014-11-14 12:07:11 +01:00
/.settings/