From 56715c35e3f30aec24ad163b40ec346f196d6a28 Mon Sep 17 00:00:00 2001
From: EdJoPaTo <edjopato@gmail.com>
Date: Mon, 2 Dec 2019 09:40:12 +0100
Subject: [PATCH] Also ignore created html files

creating them might be accidental
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index a136337..23f832b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
+*.html
 *.pdf
-- 
GitLab