From c31987a406f604bb252fab9367e49206d181247a Mon Sep 17 00:00:00 2001
From: dcarron <daniel.carron@idiap.ch>
Date: Mon, 22 Jan 2024 15:26:57 +0100
Subject: [PATCH] [gitignore] Ignore folders that start with "results"

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 1599f068..6ca994eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,4 +25,4 @@ _citools/
 _work/
 .mypy_cache/
 .pytest_cache/
-results/
+results*/
-- 
GitLab