From 81865dbf6b7b45457b1997d037efa28a04862976 Mon Sep 17 00:00:00 2001 From: Isabell Pflug Date: Tue, 18 Apr 2023 19:07:59 +0200 Subject: [PATCH] :bug: hopefully fixed .gitignore finally --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7a55de1..3d3bfd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,12 @@ # unwanted binaries **.pdf -./assigments/01/01_1 +assigments/01/01_1 # c++ compiling files **.o **.cmake **CMakeCache.txt -**CMakeFiles/** +**CMakeFiles/ **Makefile # latex compiling files