:: limine / .gitignore 944 B raw

1
# We don't want to ignore the following files
2
!.clang-format
3
!.editorconfig
4
!.gitattributes
5
!.gitignore
6
7
8
# Generated files
9
*.o
10
*.d
11
*.a
12
*.exe
13
*.EFI
14
*.bin
15
*.bin.limlz
16
*.tar*
17
*.elf
18
*.hdd
19
*.iso
20
*.sys
21
*.dtb
22
*~
23
24
/bin
25
/build
26
/limine-protocol
27
/picoefi
28
/freestnd-c-hdrs
29
/flanterm
30
/stbi-hardened
31
/common/lib/stb_image.h
32
/common/cc-runtime.s2.c
33
/cc-runtime
34
/common/compress/pdgzip.c
35
/common/compress/pdgzip.h
36
/pdgzip
37
/libfdt
38
/edk2-ovmf
39
/bochsout.txt
40
/bx_enh_dbg.ini
41
/test_image
42
/configure
43
/configure.ac.save
44
/timestamps
45
/build-aux
46
/aclocal.m4
47
/config.status
48
/config.log
49
/autom4te.cache
50
/man/man1/limine.1
51
/GNUmakefile
52
/config.h
53
/common-bios
54
/common-uefi-ia32
55
/common-uefi-x86-64
56
/common-uefi-aarch64
57
/common-uefi-riscv64
58
/common-uefi-loongarch64
59
/decompressor-build
60
/tools-build
61
/stage1.stamp
62
63
64
# For local development
65
/.vscode
66
/.gdb_history
67
/tags
68
/TAGS
69
70
# Clang's compilation database file
71
compile_commands.json
72
73
# clangd caches
74
/.clangd
75
/.cache/clangd
76
tab: 248 wrap: offon