From c2149966ec2182ea11d6ec62deb5862ba318a4be Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 6 Nov 2025 16:00:49 +0000 Subject: [PATCH] chore: Add build artifacts to .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index f2ba035..592174c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ .config/ai **.DS_Store + +# Build artifacts +aios-bootstrap*.tar.gz +root.x86_64/ +archiso/ +install.sh +build.log