mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
27 lines
359 B
Text
27 lines
359 B
Text
# Build artifacts
|
|
/build/
|
|
iso_root/
|
|
boredos.iso
|
|
disk.img
|
|
disk.qcow2
|
|
run.ps1
|
|
edk2-vars.fd
|
|
qemu-debug.log
|
|
boredos.dump
|
|
Makefile.unsafe
|
|
# makefile.unsafe isn't supposed to be committed
|
|
|
|
# Userland
|
|
src/userland/bin/
|
|
|
|
# Temporary files
|
|
**/.DS_Store
|
|
.DS_Store
|
|
*.o
|
|
*.a
|
|
|
|
# Others
|
|
.gitignore
|
|
src/userland/cli/third_party/tcc/tcc.elf
|
|
src/userland/sdk/include/*
|
|
limine
|