From 326b2db54a52c551f28e5fdeb56c9236c15f0851 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 12 Jan 2012 22:56:29 -0800 Subject: [PATCH] .gitignore: ignore generated test-coverage files too --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4b8abea1..fb041f0c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ Twisted-*.egg /twisted/plugins/dropin.cache /tahoe-deps/ /tahoe-deps.tar.gz +/.coverage +/.coverage.el +/coverage-html/ -- 2.45.2