Sort ignores

This commit is contained in:
Hugo 2018-04-28 14:21:34 +03:00
parent 03e9e59edb
commit 59510da3ca

24
.gitignore vendored
View File

@ -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-*