From 59510da3ca785dc97c08250752c51b9ca6f47a3e Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 28 Apr 2018 14:21:34 +0300 Subject: [PATCH] Sort ignores --- .gitignore | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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-*