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