summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2025-08-28 08:36:42 -0500
committerDanny Holman <dholman@gymli.org>2025-08-28 08:36:42 -0500
commita3085f5b9309c659c58282b4e50d955dcb0c0b7f (patch)
tree0b41f921d7d4e40b96392149be291542648e1f68 /.gitignore
parentbootstrap: create build files (diff)
downloadbox-a3085f5b9309c659c58282b4e50d955dcb0c0b7f.tar.gz
box-a3085f5b9309c659c58282b4e50d955dcb0c0b7f.tar.zst
box-a3085f5b9309c659c58282b4e50d955dcb0c0b7f.zip
bootstrap: update build configsHEADmaster
Update the build configuration files for the included bootloader to match the formatting requirements of the main build configs. Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to '')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
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