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 |
| 15 | |
| 16 | # |
| 17 | # Top-level generic files |
| 18 | # |
Uwe Zeisberger | d92bf25 | 2006-03-22 00:25:52 +0100 | [diff] [blame] | 19 | tags |
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 20 | vmlinux* |
| 21 | System.map |
| 22 | Module.symvers |
| 23 | |
| 24 | # |
| 25 | # Generated include files |
| 26 | # |
| 27 | include/asm |
Brian Gerst | 42f122c | 2005-12-27 23:19:04 -0500 | [diff] [blame] | 28 | include/asm-*/asm-offsets.h |
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 29 | include/config |
| 30 | include/linux/autoconf.h |
| 31 | include/linux/compile.h |
| 32 | include/linux/version.h |
| 33 | |
Mauro Carvalho Chehab | 1d51960 | 2006-02-27 00:07:24 -0300 | [diff] [blame] | 34 | # stgit generated dirs |
| 35 | patches-* |