]>
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 |
5fd934a9 | 23 | TAGS |
1e65174a LT |
24 | vmlinux* |
25 | System.map | |
26 | Module.symvers | |
27 | ||
28 | # | |
29 | # Generated include files | |
30 | # | |
31 | include/asm | |
42f122c8 | 32 | include/asm-*/asm-offsets.h |
1e65174a LT |
33 | include/config |
34 | include/linux/autoconf.h | |
35 | include/linux/compile.h | |
36 | include/linux/version.h | |
c181c64c | 37 | include/linux/utsrelease.h |
1e65174a | 38 | |
1d519605 MCC |
39 | # stgit generated dirs |
40 | patches-* | |
8ccf2832 QY |
41 | |
42 | # quilt's files | |
43 | patches | |
44 | series | |
132e2bc3 TK |
45 | |
46 | # cscope files | |
47 | cscope.* |