summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ce10807d65a78cdafd8ade794bb24feb08465fdb (plain)
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
bin/*/*
!bin/*/*.*
!bin/*/Kbuild

boot/*/*
!boot/*/*.*
!boot/*/Kbuild

*.lex.c
*.tab.c
*.tab.h

*.o
*.a
*.d

.cache

.config
.config.old

include/config
include/generated

compile_commands.json