]>
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 | 14 | *.mod.c |
0f71a373 | 15 | *.i |
87dedbda | 16 | *.lst |
ac3b719c | 17 | *.symtypes |
1e65174a LT |
18 | |
19 | # | |
20 | # Top-level generic files | |
21 | # | |
d92bf25f | 22 | tags |
1e65174a LT |
23 | vmlinux* |
24 | System.map | |
25 | Module.symvers | |
26 | ||
27 | # | |
28 | # Generated include files | |
29 | # | |
30 | include/asm | |
42f122c8 | 31 | include/asm-*/asm-offsets.h |
1e65174a LT |
32 | include/config |
33 | include/linux/autoconf.h | |
34 | include/linux/compile.h | |
35 | include/linux/version.h | |
c181c64c | 36 | include/linux/utsrelease.h |
1e65174a | 37 | |
1d519605 MCC |
38 | # stgit generated dirs |
39 | patches-* | |
8ccf2832 QY |
40 | |
41 | # quilt's files | |
42 | patches | |
43 | series |