]>
Commit | Line | Data |
---|---|---|
1e65174a LT |
1 | # |
2 | # NOTE! Don't add files that are generated in specific | |
3 | # subdirectories here. Add them in the ".gitignore" file | |
4 | # in that subdirectory instead. | |
5 | # | |
6 | # Normal rules | |
7 | # | |
8 | .* | |
9 | *.o | |
10 | *.a | |
11 | *.s | |
12 | *.ko | |
20ede274 | 13 | *.so |
1e65174a LT |
14 | *.mod.c |
15 | ||
16 | # | |
17 | # Top-level generic files | |
18 | # | |
d92bf25f | 19 | tags |
1e65174a LT |
20 | vmlinux* |
21 | System.map | |
22 | Module.symvers | |
23 | ||
24 | # | |
25 | # Generated include files | |
26 | # | |
27 | include/asm | |
42f122c8 | 28 | include/asm-*/asm-offsets.h |
1e65174a LT |
29 | include/config |
30 | include/linux/autoconf.h | |
31 | include/linux/compile.h | |
32 | include/linux/version.h | |
33 | ||
1d519605 MCC |
34 | # stgit generated dirs |
35 | patches-* |