From 7b06547546cab13f114671ff5a92f86d7227b479 Mon Sep 17 00:00:00 2001
From: Luc Giffon <luc.giffon@lis-lab.fr>
Date: Thu, 22 Nov 2018 15:51:00 +0100
Subject: [PATCH] add reports to the ignored part of the project

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 328ca83..553a032 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ MNIST_data/
 *.png
 *arrayparam*
 *debug*
+*reports*
 
 # Byte-compiled / optimized / DLL files
 __pycache__/
-- 
GitLab