limine/.gitignore

74 lines
923 B
Plaintext
Raw Permalink Normal View History

# 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
*~
2022-02-03 12:38:43 +03:00
/bin
/build
/toolchain-files
/limine-efi
/freestanding-headers
2023-03-29 23:43:06 +03:00
/common/flanterm
2024-05-30 18:41:45 +03:00
/common/libfdt
2024-07-28 06:16:33 +03:00
/common/lib/stb_image.h.nopatch
2024-01-26 03:13:18 +03:00
/common/lib/stb_image.h
/common/cc-runtime
/decompressor/tinf
/decompressor/cc-runtime
2024-05-31 01:35:00 +03:00
/dtc
/tinf
2022-02-03 12:38:43 +03:00
/ovmf*
/bochsout.txt
/bx_enh_dbg.ini
/test_image
/configure
/configure.ac.save
/timestamps
2022-02-03 12:38:43 +03:00
/build-aux
/aclocal.m4
2022-02-03 12:38:43 +03:00
/config.status
/config.log
/autom4te.cache
/man/man1/limine.1
2022-02-03 12:38:43 +03:00
/GNUmakefile
2022-02-21 02:40:15 +03:00
/config.h
2022-02-03 12:38:43 +03:00
/common-bios
2022-06-15 06:01:22 +03:00
/common-uefi-ia32
/common-uefi-x86-64
2022-08-23 01:21:09 +03:00
/common-uefi-aarch64
/common-uefi-riscv64
2022-02-03 12:38:43 +03:00
/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