Files
Limine/.gitignore
Mintsuki 37701de02b build: Simplify BIOS stage1 decompressor build system
It is now a single assembly file so it can be simplified.
2026-04-19 00:35:14 +02:00

73 lines
901 B
Plaintext

# We don't want to ignore the following files
!.clang-format
!.editorconfig
!.gitattributes
!.gitignore
# Generated files
*.o
*.d
*.a
*.exe
*.EFI
*.bin
*.bin.limlz
*.tar*
*.elf
*.hdd
*.iso
*.sys
*.dtb
*~
/bin
/build
/limine-protocol
/picoefi
/freestnd-c-hdrs
/flanterm
/common/lib/stb_image.h.nopatch
/common/lib/stb_image.h
/common/cc-runtime.s2.c
/cc-runtime
/libfdt
/edk2-ovmf
/bochsout.txt
/bx_enh_dbg.ini
/test_image
/configure
/configure.ac.save
/timestamps
/build-aux
/aclocal.m4
/config.status
/config.log
/autom4te.cache
/man/man1/limine.1
/GNUmakefile
/config.h
/common-bios
/common-uefi-ia32
/common-uefi-x86-64
/common-uefi-aarch64
/common-uefi-riscv64
/common-uefi-loongarch64
/decompressor-build
/tools-build
/stage1.stamp
# For local development
/.vscode
/.gdb_history
/tags
/TAGS
# Clang's compilation database file
compile_commands.json
# clangd caches
/.clangd
/.cache/clangd