mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 15:10:28 +00:00
Update .gitignore
This commit is contained in:
parent
cc0b05a2a1
commit
6600536119
1 changed files with 7 additions and 3 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -3,11 +3,15 @@
|
|||
*.ZXE
|
||||
*.MAP
|
||||
*.ELF
|
||||
*.elf
|
||||
*.sys
|
||||
*.SYS
|
||||
*.elf
|
||||
src/EFI/
|
||||
build/limine
|
||||
build/ovmf
|
||||
ZealOS-*.iso
|
||||
ZealOS-*.raw
|
||||
*.iso
|
||||
*.raw
|
||||
*.hdd
|
||||
*.o
|
||||
*.d
|
||||
zealbooter/limine.h
|
||||
|
|
Loading…
Reference in a new issue