blob: 448af94df5d1f19d4385363e279310d69aa59372 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Generic stuff.
*.o
*.ko
*.mod
*.mod.c
*.cmd
# arch/riscv
arch/riscv/user/basics/basics
arch/riscv/user/hwprobe/probe
arch/riscv/supervisor/hsm/hsm.ld
arch/riscv/supervisor/hsm/hsm
arch/riscv/supervisor/hsm/config.h
arch/riscv/machine/machine
# kernel/dtm
kernel/dtm/modules.order
kernel/dtm/Module.symvers
|