summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 17ea69033f38b1923ecb71809a5c081084da1907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
bin/*/*
!bin/*/*.*
!bin/*/Kbuild

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

*.o
*.a
*.d

.cache

.config
.config.old

include/config
include/generated

compile_commands.json