aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 405c935cabde3ad74b3856ca1df373dbd700ebaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*.o
kernel/fbos.ld
/fbos
/fbos.elf
.cache

usr/bin/*
usr/initramfs.cpio

test/*.o
test/test_dt
test/test_initrd

tmp/
/fbos.tar.gz

# You can generate it with Bear: `$ bear -- make`.
compile_commands.json