-
Notifications
You must be signed in to change notification settings - Fork 140
/
.gitignore
74 lines (67 loc) · 919 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# 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
*.dtb
*~
/bin
/build
/toolchain-files
/nyu-efi
/freestnd-c-hdrs-0bsd
/common/flanterm
/common/libfdt
/common/lib/stb_image.h.nopatch
/common/lib/stb_image.h
/cc-runtime
/decompressor/tinf
/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
/common-uefi-loongarch64
/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