pypiserver/.gitignore

33 lines
293 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/
/MANIFEST
2011-07-29 03:14:09 +02:00
/README.html
/pypi-server-standalone.py
2011-08-30 02:37:25 +02:00
/.tox/
2011-11-23 22:24:19 +01:00
/pypiserver.egg-info/
/.standalone/
2013-01-04 02:09:11 +01:00
/.coverage
/htmlcov/
/.installed.cfg
/bin/
/develop-eggs/
/eggs/
/parts/