-
Notifications
You must be signed in to change notification settings - Fork 40
/
.gitignore
58 lines (48 loc) · 1.21 KB
/
.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
build-grub/
grub/
objconv/
isodir/
.objs/
*.log
*.o
*.bin
*.iso
*.a
.DS_Store
i686-toolchain/
x86_64-toolchain/
initrd/
.gdbinit
.idea
.vscode/
__pycache__/
i686-toolchain-attempt1/
/axle-sysroot/usr/i686-axle/lib/
programs/cross_axle_generated.ini
# Arch specific files that are staged based on the current architecture
kernel/boot/boot.s
kernel/kernel/util/walk_stack.s
kernel/kernel/multitasking/tasks/process_small.s
kernel/kernel/segmentation/gdt_activate.s
kernel/kernel/interrupts/idt_activate.s
kernel/kernel/interrupts/int_handler_stubs.s
kernel/kernel/pmm/pmm_int.h
kernel/kernel/pmm/pmm.c
kernel/kernel/vmm/vmm.h
kernel/kernel/vmm/vmm.c
# Sysroot generated as part of OS build
axle-sysroot
rust_programs/*/target
rust_programs/target
mkinitrd/target
# Rust libraries generated as part of the kernel build
.compiled_rust_kernel_libs
rust_kernel_libs/target
# AP bootstrap compiled as part of the kernel build
.compiled_ap_bootstrap
bootloader/BOOTX64.EFI
bootloader/BOOTX64.pdb
# Cached source trees involved in the cross-compiler build
scripts/caches/
# Artifacts while optimizing awm2 that I want to keep around, but don't need to be committed to source control
rust_programs/awm2/awm2_performance_flamegraphs/