blob: 78479c085732ea4693a49e0edeab7a46dd0424f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
kernel/vdso/vdso
# lang/c
lang/c/counted_by
|