aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 85d5d6f241dae22f92331cd09118496c29c34035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*.o
kernel/fbos.ld
/fbos
.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