From b5aaf91a8f16f2d5a8ab6e1580d1cb575aa6c725 Mon Sep 17 00:00:00 2001
From: Efe ERKEN <efe.erken@etu.unistra.fr>
Date: Fri, 18 Nov 2022 01:47:34 +0100
Subject: [PATCH] :hammer: CONFIG: Update .gitignore for new order

Ignore list updated to suit the new folder structure of the project.
---
 .gitignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7c6881b..bbd8564 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 *.o
 *.s
 *.a
+*.d
 *.lib
 *.so
 *.dylib
@@ -12,7 +13,6 @@
 .DS_STORE
 *.exe
 a.out
-html
-latex
+doc/doxygen/
 sokoban
 sokoban_test
-- 
GitLab