From 6b8d3fcdb5ebecc8174b477227569f790c84d318 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 23 Feb 2015 12:21:23 -0500 Subject: Ignore coverage artifacts. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 401eb52..504f45b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ bin build develop-eggs parts +.coverage +coverage.xml +nosetests.xml -- cgit v1.2.1