From aa9d783a57bc589c6f0ab7d4df5892fea40e0b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Tue, 17 Oct 2023 10:17:24 +0200 Subject: [PATCH] Ignore /test/data/manifests directory in git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will prevent accidental inclusion of static manifest generated for testing. Signed-off-by: Tomáš Hozza --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2d313d2779..b7175a6224 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,5 @@ __pycache__ /containers/config/ /bin /rpmbuild - +/test/data/manifests /tools/appsre-ansible/inventory