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 |
Franck Bui-Huu | 5fd934a | 2006-11-10 12:27:53 -0800 | [diff] [blame] | 23 | TAGS |
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 24 | vmlinux* |
| 25 | System.map |
| 26 | Module.symvers |
| 27 | |
| 28 | # |
| 29 | # Generated include files |
| 30 | # |
| 31 | include/asm |
Brian Gerst | 42f122c | 2005-12-27 23:19:04 -0500 | [diff] [blame] | 32 | include/asm-*/asm-offsets.h |
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 33 | include/config |
| 34 | include/linux/autoconf.h |
| 35 | include/linux/compile.h |
| 36 | include/linux/version.h |
Sam Ravnborg | c181c64 | 2006-07-09 16:07:44 +0200 | [diff] [blame] | 37 | include/linux/utsrelease.h |
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 38 | |
Mauro Carvalho Chehab | 1d51960 | 2006-02-27 00:07:24 -0300 | [diff] [blame] | 39 | # stgit generated dirs |
| 40 | patches-* |
Qi Yong | 8ccf283 | 2006-07-17 13:37:06 +0800 | [diff] [blame] | 41 | |
| 42 | # quilt's files |
| 43 | patches |
| 44 | series |
Tobias Klauser | 132e2bc | 2006-12-22 01:07:32 -0800 | [diff] [blame] | 45 | |
| 46 | # cscope files |
| 47 | cscope.* |