gunicorn/.gitignore
Benoit Chesneau 4185b2bd27 clean gitignore
people should be encouraged to use a global gitignore file.
https://help.github.com/articles/ignoring-files/

related to #1007
2015-05-12 08:55:25 +02:00

16 lines
240 B
Plaintext
Executable File

*.pyc
__pycache__
MANIFEST
build
dist
setuptools-*
*.so
*.egg
*.egg-info
nohup.out
.coverage
examples/frameworks/pylonstest/PasteScript*
examples/frameworks/pylonstest/pylonstest.egg-info/
examples/frameworks/django/testing/testdb.sql
.tox