From b35f995a80b5e40e5704dd50c310004c1e0598d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 28 Nov 2022 20:18:28 +0100 Subject: [PATCH] .gitignore: Ignore ~/tests/stub/root MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 930f569db..2444915b1 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ /tests/libpakfire/snapshot /tests/libpakfire/string /tests/libpakfire/util +/tests/stub/root /tmp *.py[co] /*.tar.bz2 -- 2.39.5