From e9954c8ae874e8c18008682226653d70db8eb3e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B8rn=20Lindahl?= Date: Fri, 30 Jan 2026 23:14:05 +0100 Subject: [PATCH] Update .gitignore to exclude http/ and tftp/ directories but keep boot.ipxe configuration --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aebcd14..4b5dc4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,13 @@ -# Build artifacts +# Build artifacts and generated files build/ images/ + +# Boot file artifacts (but keep boot.ipxe configuration) +http/* +!http/boot.ipxe +tftp/ + +# Generated metadata *.img filesystem.squashfs version.txt