mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-21 16:11:30 +03:00
74 lines
923 B
Plaintext
74 lines
923 B
Plaintext
# We don't want to ignore the following files
|
|
!.clang-format
|
|
!.editorconfig
|
|
!.gitattributes
|
|
!.gitignore
|
|
!.typos.toml
|
|
|
|
|
|
# Generated files
|
|
*.o
|
|
*.d
|
|
*.a
|
|
*.exe
|
|
*.EFI
|
|
*.bin
|
|
*.bin.gz
|
|
*.tar*
|
|
*.elf
|
|
*.hdd
|
|
*.iso
|
|
*.sys
|
|
*~
|
|
|
|
/bin
|
|
/build
|
|
/toolchain-files
|
|
/limine-efi
|
|
/freestanding-headers
|
|
/common/flanterm
|
|
/common/libfdt
|
|
/common/lib/stb_image.h.nopatch
|
|
/common/lib/stb_image.h
|
|
/common/cc-runtime
|
|
/decompressor/tinf
|
|
/decompressor/cc-runtime
|
|
/dtc
|
|
/tinf
|
|
/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
|
|
/decompressor-build
|
|
/stage1.stamp
|
|
|
|
|
|
# For local development
|
|
/.vscode
|
|
/.gdb_history
|
|
/tags
|
|
/TAGS
|
|
|
|
# Clang's compilation database file
|
|
compile_commands.json
|
|
|
|
# clangd caches
|
|
/.clangd
|
|
/.cache/clangd
|