From 1222c61d8fb75f70167c60d8cb5944f832ccbf22 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Sat, 4 Feb 2012 02:39:07 -0500 Subject: [PATCH] Tweak gitignore to ignore coverage.py binaries --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b3368251..7fa7d8e5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,13 @@ doc/app *.swp *~ .DS_Store -*.pyc +*.py[co] .tddium .tddium-deploy-key + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox