diff options
author | Danny Holman <dholman@gymli.org> | 2025-08-28 08:36:42 -0500 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2025-08-28 08:36:42 -0500 |
commit | a3085f5b9309c659c58282b4e50d955dcb0c0b7f (patch) | |
tree | 0b41f921d7d4e40b96392149be291542648e1f68 /.gitignore | |
parent | bootstrap: create build files (diff) | |
download | box-a3085f5b9309c659c58282b4e50d955dcb0c0b7f.tar.gz box-a3085f5b9309c659c58282b4e50d955dcb0c0b7f.tar.zst box-a3085f5b9309c659c58282b4e50d955dcb0c0b7f.zip |
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 '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |