From c13ba8632306fe10b86eb98286a0a7e2f0f09a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 27 May 2016 16:21:23 +0200 Subject: [PATCH] Ignore .coverage files/dirs everywhere. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7fb098fa..66f35aee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store .project +.coverage *.pyc *.sublime* *.ropeproject* @@ -12,7 +13,6 @@ /pillar/application/static/storage/ /build /.cache -/.coverage /pillar/pillar.egg-info/ /pillar/google_app.json profile.stats