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