From 4746b43606538bd37813cd7a32e3d04c281cdbaa Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Wed, 29 Mar 2017 11:31:54 +0200
Subject: [PATCH] ignoring coverage files

---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index f6b3f1c1..381cefd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,4 +19,8 @@ appointment-import/tmp.sql
 *.iml
 out
 .idea
+
+#coverage tool
 .coverage
+smash/htmlcov/*
+
-- 
GitLab