From 089049e0d259b8f5db112d1e6b68666f1ee8ca44 Mon Sep 17 00:00:00 2001 From: Isabell Pflug Date: Wed, 26 Feb 2025 23:25:37 +0100 Subject: [PATCH] :see_no_evil: Added a gitignore pattern to exclude all compiled exam assignments. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ea12c03..fc6bc70 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,10 @@ resources/ # Prerequisites *.d +# Pattern for exam assignments +answers/[0-9][0-9]/* +!answers/[0-9][0-9]/*.cpp + # Compiled Object files *.slo *.lo