From 7dc08df9ef3891589bb21ee213a79fe9b8b86512 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent@modolo.fr>
Date: Fri, 18 Sep 2020 15:57:17 +0200
Subject: [PATCH] .gitignore: ignore *.html

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

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ffc84db
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+1_understanding_a_computer.html 2_first_steps_in_a_terminal.html index.html
-- 
GitLab