From 96c56620512bb8b6e86ccc129541cd93133717a4 Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 30 Jan 2026 14:35:42 +0100 Subject: [PATCH] Ignoring tmp in results --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d93b33b..86c1b6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -outfiles/ \ No newline at end of file +outfiles/ + +results/tmp* \ No newline at end of file