From 9df0b1ce74f3ea72d6f32d9902da1a5bb5e5557e Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 23 Feb 2009 19:24:22 +0100 Subject: [PATCH] Add coverage output file. --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index 99fc8d87c..b3df24f47 100644 --- a/.hgignore +++ b/.hgignore @@ -3,6 +3,7 @@ .*\.so build/ dist/ +tests/.coverage sphinx/pycode/Grammar.*pickle Sphinx.egg-info/ doc/_build/