From d7686a2bdafa53fca71045a14941473793755193 Mon Sep 17 00:00:00 2001 From: Fawkes100 Date: Wed, 11 Dec 2024 19:22:43 +0100 Subject: [PATCH] Adjust gitignore to include CmakeLists --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2dca653..dec202c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ # ---> C++ # Prerequisites *.d -*.txt +**/input_example.txt +**/input.txt +**/input_example_simple.txt # Compiled Object files *.slo *.lo