]>
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 | # | |
f72e9df0 EGM |
6 | # NOTE! Please use 'git-ls-files -i --exclude-standard' |
7 | # command after changing this file, to see if there are | |
8 | # any tracked files which get ignored after the change. | |
9 | # | |
1e65174a LT |
10 | # Normal rules |
11 | # | |
12 | .* | |
13 | *.o | |
96918a35 | 14 | *.o.* |
1e65174a LT |
15 | *.a |
16 | *.s | |
17 | *.ko | |
20ede274 | 18 | *.so |
f322727b | 19 | *.so.dbg |
1e65174a | 20 | *.mod.c |
0f71a373 | 21 | *.i |
87dedbda | 22 | *.lst |
ac3b719c | 23 | *.symtypes |
c6025f4c | 24 | *.order |
f72e9df0 EGM |
25 | *.elf |
26 | *.bin | |
27 | *.gz | |
1e65174a LT |
28 | |
29 | # | |
30 | # Top-level generic files | |
31 | # | |
d92bf25f | 32 | tags |
5fd934a9 | 33 | TAGS |
f72e9df0 | 34 | vmlinux |
1e65174a | 35 | System.map |
2cfed60c | 36 | Module.markers |
1e65174a | 37 | Module.symvers |
9e447a7f | 38 | !.gitignore |
f72e9df0 | 39 | !.mailmap |
1e65174a LT |
40 | |
41 | # | |
42 | # Generated include files | |
43 | # | |
44 | include/asm | |
42f122c8 | 45 | include/asm-*/asm-offsets.h |
1e65174a LT |
46 | include/config |
47 | include/linux/autoconf.h | |
48 | include/linux/compile.h | |
49 | include/linux/version.h | |
c181c64c | 50 | include/linux/utsrelease.h |
e4c576b9 | 51 | include/linux/bounds.h |
1e65174a | 52 | |
1d519605 MCC |
53 | # stgit generated dirs |
54 | patches-* | |
8ccf2832 QY |
55 | |
56 | # quilt's files | |
57 | patches | |
58 | series | |
132e2bc3 TK |
59 | |
60 | # cscope files | |
61 | cscope.* | |
9723c046 | 62 | ncscope.* |
3f1b0e1f AD |
63 | |
64 | *.orig | |
70886554 CD |
65 | *~ |
66 | \#*# |