From ffc8ba52989a3ab83174e62eada19fc3a4c4c546 Mon Sep 17 00:00:00 2001 From: robojerk Date: Tue, 12 Aug 2025 16:43:20 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20build=20artifacts=20to=20.?= =?UTF-8?q?gitignore:=20work/,=20output-*,=20*.img,=20*.raw,=20*.qcow2,=20?= =?UTF-8?q?*.iso,=20container.tar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 34d9774..ecf325c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,13 @@ __pycache__ !.Red_Hat_Version/docs !.Red_Hat_Version/download-sources.sh !.Red_Hat_Version/readme.md + +# Build artifacts and temporary files +work/ +output-* +*.img +*.raw +*.qcow2 +*.iso +container.tar +