From e1855b9fa16beafe1e236431992592b025ea4345 Mon Sep 17 00:00:00 2001 From: Isabell Pflug Date: Tue, 18 Apr 2023 19:10:40 +0200 Subject: [PATCH] :sparkles: managed to get .gitignore to ignore all future c++ binaries as well from now on --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3e54860..1dfb557 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # unwanted binaries **.pdf -assignments/01/01_1 +assignments/0?/0?_? # c++ compiling files **.o