diff options
-rw-r--r-- | .bzrignore | 3 | ||||
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | .hgignore | 3 |
3 files changed, 9 insertions, 0 deletions
@@ -40,3 +40,6 @@ __pycache__ .coverage coverage/* htmlcov/* +.coverage +coverage/* +htmlcov/* @@ -45,3 +45,6 @@ tags .coverage coverage/ htmlcov/ +.coverage +coverage/ +htmlcov/ @@ -73,3 +73,6 @@ Modules/_testembed .coverage coverage/ htmlcov/ +.coverage +coverage/ +htmlcov/ |