From 59493943d575144f522299c4fe5465ad21f35891 Mon Sep 17 00:00:00 2001 From: Petr Blaho Date: Wed, 3 Jul 2013 18:08:43 +0200 Subject: [PATCH] Updates .gitignore with coverage and *.egg --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 45f1dc9..f1629ff 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,13 @@ *~ /*.egg-info +/*.egg /.testrepository /.tox /.venv /AUTHORS /ChangeLog + +.coverage +/cover