Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 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 | ||||
Brian Gerst | 20ede27 | 2006-01-05 12:10:52 -0500 | [diff] [blame] | 13 | *.so |
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 14 | *.mod.c |
Josh Triplett | 0f71a37 | 2006-09-16 12:15:42 -0700 | [diff] [blame] | 15 | *.i |
Josh Triplett | 87dedbd | 2006-09-16 12:15:43 -0700 | [diff] [blame] | 16 | *.lst |
Josh Triplett | ac3b719 | 2006-09-16 12:15:44 -0700 | [diff] [blame] | 17 | *.symtypes |
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 18 | |
19 | # | ||||
20 | # Top-level generic files | ||||
21 | # | ||||
Uwe Zeisberger | d92bf25 | 2006-03-22 00:25:52 +0100 | [diff] [blame] | 22 | tags |
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 23 | vmlinux* |
24 | System.map | ||||
25 | Module.symvers | ||||
26 | |||||
27 | # | ||||
28 | # Generated include files | ||||
29 | # | ||||
30 | include/asm | ||||
Brian Gerst | 42f122c | 2005-12-27 23:19:04 -0500 | [diff] [blame] | 31 | include/asm-*/asm-offsets.h |
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 32 | include/config |
33 | include/linux/autoconf.h | ||||
34 | include/linux/compile.h | ||||
35 | include/linux/version.h | ||||
Sam Ravnborg | c181c64 | 2006-07-09 16:07:44 +0200 | [diff] [blame] | 36 | include/linux/utsrelease.h |
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 37 | |
Mauro Carvalho Chehab | 1d51960 | 2006-02-27 00:07:24 -0300 | [diff] [blame] | 38 | # stgit generated dirs |
39 | patches-* | ||||
Qi Yong | 8ccf283 | 2006-07-17 13:37:06 +0800 | [diff] [blame] | 40 | |
41 | # quilt's files | ||||
42 | patches | ||||
43 | series |