update .gitignore

This commit is contained in:
notsomeidiot123 2024-09-25 17:37:40 -04:00
parent cf11060afe
commit 4047d666d7
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ dump.img
diskwrite diskwrite
*.bin *.bin
*.elf *.elf
*.dump

View File

@ -202,7 +202,7 @@ load_part2:
push 0 push 0
pop ds pop ds
mov si, DAP mov si, DAP
jmp $ ; jmp $
int 0x13 int 0x13
jc load_fail jc load_fail
jmp part_2 jmp part_2