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 |
c6025f4c | 20 | *.order |
1e65174a LT |
21 | |
22 | # | |
23 | # Top-level generic files | |
24 | # | |
d92bf25f | 25 | tags |
5fd934a9 | 26 | TAGS |
1e65174a | 27 | vmlinux* |
eaf729c8 | 28 | !vmlinux.lds.S |
1e65174a LT |
29 | System.map |
30 | Module.symvers | |
9e447a7f | 31 | !.gitignore |
1e65174a LT |
32 | |
33 | # | |
34 | # Generated include files | |
35 | # | |
36 | include/asm | |
42f122c8 | 37 | include/asm-*/asm-offsets.h |
1e65174a LT |
38 | include/config |
39 | include/linux/autoconf.h | |
40 | include/linux/compile.h | |
41 | include/linux/version.h | |
c181c64c | 42 | include/linux/utsrelease.h |
1e65174a | 43 | |
1d519605 MCC |
44 | # stgit generated dirs |
45 | patches-* | |
8ccf2832 QY |
46 | |
47 | # quilt's files | |
48 | patches | |
49 | series | |
132e2bc3 TK |
50 | |
51 | # cscope files | |
52 | cscope.* | |
3f1b0e1f AD |
53 | |
54 | *.orig | |
55 | *.rej | |
70886554 CD |
56 | *~ |
57 | \#*# |