]>
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 | |
96918a35 | 10 | *.o.* |
1e65174a LT |
11 | *.a |
12 | *.s | |
13 | *.ko | |
20ede274 | 14 | *.so |
1e65174a | 15 | *.mod.c |
0f71a373 | 16 | *.i |
87dedbda | 17 | *.lst |
ac3b719c | 18 | *.symtypes |
1e65174a LT |
19 | |
20 | # | |
21 | # Top-level generic files | |
22 | # | |
d92bf25f | 23 | tags |
5fd934a9 | 24 | TAGS |
1e65174a | 25 | vmlinux* |
eaf729c8 | 26 | !vmlinux.lds.S |
1e65174a LT |
27 | System.map |
28 | Module.symvers | |
29 | ||
30 | # | |
31 | # Generated include files | |
32 | # | |
33 | include/asm | |
42f122c8 | 34 | include/asm-*/asm-offsets.h |
1e65174a LT |
35 | include/config |
36 | include/linux/autoconf.h | |
37 | include/linux/compile.h | |
38 | include/linux/version.h | |
c181c64c | 39 | include/linux/utsrelease.h |
1e65174a | 40 | |
1d519605 MCC |
41 | # stgit generated dirs |
42 | patches-* | |
8ccf2832 QY |
43 | |
44 | # quilt's files | |
45 | patches | |
46 | series | |
132e2bc3 TK |
47 | |
48 | # cscope files | |
49 | cscope.* | |
3f1b0e1f AD |
50 | |
51 | *.orig | |
52 | *.rej |