gunicorn/.gitignore
Berker Peksag be90882151 Cleanup Makefile.
- The "--no-site-packages" option is default now
- "pip install -e" is basically equivalent to "python setup.py develop"
- Delete also dist/ and MANIFEST
- Delete all *.py[co] files (and __pycache__ directories on Python 3)
2014-05-16 20:12:49 +03:00

24 lines
339 B
Plaintext
Executable File

*.gem
*.sw*
*.pyc
*#*
venv*
__pycache__
MANIFEST
build
dist
setuptools-*
.svn/*
.DS_Store
*.so
.Python
distribute-0.6.8-py2.6.egg
distribute-0.6.8.tar.gz
gunicorn.egg-info
nohup.out
.coverage
examples/frameworks/pylonstest/PasteScript*
examples/frameworks/pylonstest/pylonstest.egg-info/
examples/frameworks/django/testing/testdb.sql
.tox