From 7c83b9cc038d76dffe8ae28fced2f32821f03231 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 19 Aug 2023 19:19:16 +0200 Subject: [PATCH] Ignore workingdir for tests being present in checkout --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 71b3a1d..bd0a871 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,8 @@ Makefile* /doc # tests -testfiles/output.* +/*/testfiles/output.* +/*/testfiles/workingdir/* # experimental scripts/