From e361ac6b542cf3a0cf842a12cc47a6ea625244b1 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 (cherry picked from commit dc237985266b68ed41482df42f3d76a9d2eaa44f) --- .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