From 6262d002bf7d27d2b84681e76fed2bac9344451b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Mon, 27 May 2024 16:24:35 +0200 Subject: [PATCH] Add legacy.run.sh to .gitignore While this file is no longer created / used in the main branch, it may linger around when switching from maintenance branches. --- bin/tests/system/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/system/.gitignore b/bin/tests/system/.gitignore index 663f744cf9..0866236c20 100644 --- a/bin/tests/system/.gitignore +++ b/bin/tests/system/.gitignore @@ -16,6 +16,7 @@ named.run /*.trs /*.xml /resolve +/legacy.run.sh /run.log /start.sh /stop.sh