blob: 56c1a686ed8e3d3198d180f0f1d5fb3693a9fe3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
*.o
*.d
*.bin
*.elf
*.ld
**/gen/*
docs/output
deps.mk
tests.mk
*.img
initrd
init
build
reports
# keep gitkeep files wherever they are
!.gitkeep
|