From dc237985266b68ed41482df42f3d76a9d2eaa44f Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 24 Sep 2015 22:44:56 +0200 Subject: [PATCH] Ignore .cache/ used by pytest 2.8 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 990d75ca..d5d8194c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.pyc *.swp *~ +.cache/ .coverage .idea .noseids @@ -15,5 +16,5 @@ dist/ docs/_build/ mopidy.log* nosetests.xml -xunit-*.xml tmp/ +xunit-*.xml