From 03e9e59edb3591cdc92a3b4715a0daff582afed8 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 28 Apr 2018 14:21:22 +0300 Subject: [PATCH 1/2] Ignore .pytest_cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fb0464e75..3b16e3513 100755 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ coverage.xml examples/frameworks/pylonstest/PasteScript* examples/frameworks/pylonstest/pylonstest.egg-info/ examples/frameworks/django/testing/testdb.sql +.pytest_cache .tox From 59510da3ca785dc97c08250752c51b9ca6f47a3e Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 28 Apr 2018 14:21:34 +0300 Subject: [PATCH 2/2] Sort ignores --- .gitignore | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 3b16e3513..2cc389249 100755 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,17 @@ -*.pyc -__pycache__ -MANIFEST -build -dist -setuptools-* -*.so *.egg *.egg-info -nohup.out +*.pyc +*.so .coverage +.pytest_cache +.tox +__pycache__ +build coverage.xml +dist +examples/frameworks/django/testing/testdb.sql examples/frameworks/pylonstest/PasteScript* examples/frameworks/pylonstest/pylonstest.egg-info/ -examples/frameworks/django/testing/testdb.sql -.pytest_cache -.tox +MANIFEST +nohup.out +setuptools-*