pypiserver/.gitignore

23 lines
176 B
Plaintext
Raw Normal View History

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/