From 969582187e0f96919f9e904f8bd169240e83f95f Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Sat, 13 Sep 2014 11:06:43 +0100 Subject: [PATCH] Ignore pytest-cache's cache directory and pytestdebug.log --- .hgignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.hgignore b/.hgignore index 6d193f0..733571e 100644 --- a/.hgignore +++ b/.hgignore @@ -25,4 +25,6 @@ bin/ pytest_xdist.egg-info issue/ 3rdparty/ +pytestdebug.log .tox +.cache