From e3ec551cc6895a40e0cb1167e06fa4fba71a2a7c Mon Sep 17 00:00:00 2001 From: Raphaël Barrois Date: Mon, 16 May 2011 14:49:18 +0200 Subject: Ignore coverage files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e3e01c4..077acac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *.pyc .*.swp +.coverage MANIFEST build/ dist/ +htmlcov/ -- cgit v1.2.3