diff options
-rw-r--r-- | .bzrignore | 3 | ||||
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | .hgignore | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index e893a7dfcf..15fa1e88cf 100644 --- a/.bzrignore +++ b/.bzrignore @@ -40,3 +40,6 @@ __pycache__ .coverage coverage/* htmlcov/* +.coverage +coverage/* +htmlcov/* diff --git a/.gitignore b/.gitignore index 63f4314e05..dafc9a9a27 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,6 @@ tags .coverage coverage/ htmlcov/ +.coverage +coverage/ +htmlcov/ @@ -73,3 +73,6 @@ Modules/_testembed .coverage coverage/ htmlcov/ +.coverage +coverage/ +htmlcov/ |