2024-07-07 05:08:16 +03:00
|
|
|
# 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
|
2023-03-14 19:20:46 +03:00
|
|
|
/toolchain-files
|
2022-06-14 06:58:34 +03:00
|
|
|
/limine-efi
|
2022-06-30 08:48:42 +03:00
|
|
|
/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
|
2024-01-21 20:26:07 +03:00
|
|
|
/common/cc-runtime
|
2023-06-06 02:16:58 +03:00
|
|
|
/decompressor/tinf
|
2024-01-21 20:26:07 +03:00
|
|
|
/decompressor/cc-runtime
|
2024-05-31 01:35:00 +03:00
|
|
|
/dtc
|
2024-01-13 21:59:39 +03:00
|
|
|
/tinf
|
2022-02-03 12:38:43 +03:00
|
|
|
/ovmf*
|
|
|
|
/bochsout.txt
|
|
|
|
/bx_enh_dbg.ini
|
|
|
|
/test_image
|
|
|
|
/configure
|
|
|
|
/configure.ac.save
|
2024-04-08 12:43:39 +03:00
|
|
|
/timestamps
|
2022-02-03 12:38:43 +03:00
|
|
|
/build-aux
|
2023-10-24 02:06:58 +03:00
|
|
|
/aclocal.m4
|
2022-02-03 12:38:43 +03:00
|
|
|
/config.status
|
|
|
|
/config.log
|
|
|
|
/autom4te.cache
|
2023-04-11 23:04:05 +03:00
|
|
|
/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
|
2023-06-04 02:36:06 +03:00
|
|
|
/common-uefi-riscv64
|
2022-02-03 12:38:43 +03:00
|
|
|
/decompressor-build
|
|
|
|
/stage1.stamp
|
2024-03-19 16:48:53 +03:00
|
|
|
|
2024-07-07 05:08:16 +03:00
|
|
|
|
|
|
|
# For local development
|
|
|
|
/.vscode
|
|
|
|
/.gdb_history
|
|
|
|
/tags
|
|
|
|
/TAGS
|
|
|
|
|
|
|
|
# Clang's compilation database file
|
|
|
|
compile_commands.json
|
|
|
|
|
|
|
|
# clangd caches
|
|
|
|
/.clangd
|
|
|
|
/.cache/clangd
|