From a3085f5b9309c659c58282b4e50d955dcb0c0b7f Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Thu, 28 Aug 2025 08:36:42 -0500 Subject: bootstrap: update build configs Update the build configuration files for the included bootloader to match the formatting requirements of the main build configs. Signed-off-by: Danny Holman --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 37520e2..4085e24 100644 --- a/.gitignore +++ b/.gitignore @@ -6,11 +6,13 @@ *.c.* *.d *.dwo +*.efi *.elf *.gz *.i *.img *.iso +*.lib *.ll *.lst *.lzma @@ -40,6 +42,8 @@ bin/pwd/pwd bin/sh/sh bin/su/su bin/touch/touch +bootstrap/stage1/bootstrap-stage1 +bootstrap/stage2/bootstrap-stage2 kernel/vmbox sbin/init/init sbin/mknod/mknod -- cgit v1.2.3