diff --git a/.gitignore b/.gitignore index 3b16e351..2cc38924 100755 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,17 @@ -*.pyc -__pycache__ -MANIFEST -build -dist -setuptools-* -*.so *.egg *.egg-info -nohup.out +*.pyc +*.so .coverage -coverage.xml -examples/frameworks/pylonstest/PasteScript* -examples/frameworks/pylonstest/pylonstest.egg-info/ -examples/frameworks/django/testing/testdb.sql .pytest_cache .tox +__pycache__ +build +coverage.xml +dist +examples/frameworks/django/testing/testdb.sql +examples/frameworks/pylonstest/PasteScript* +examples/frameworks/pylonstest/pylonstest.egg-info/ +MANIFEST +nohup.out +setuptools-*