This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 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 |
*.o.* |
| 11 |
*.a |
| 12 |
*.s |
| 13 |
*.ko |
| 14 |
*.so |
| 15 |
*.so.dbg |
| 16 |
*.mod.c |
| 17 |
*.i |
| 18 |
*.lst |
| 19 |
*.symtypes |
| 20 |
|
| 21 |
# |
| 22 |
# Top-level generic files |
| 23 |
# |
| 24 |
tags |
| 25 |
TAGS |
| 26 |
vmlinux* |
| 27 |
!vmlinux.lds.S |
| 28 |
System.map |
| 29 |
Module.symvers |
| 30 |
!.gitignore |
| 31 |
|
| 32 |
# |
| 33 |
# Generated include files |
| 34 |
# |
| 35 |
include/asm |
| 36 |
include/asm-*/asm-offsets.h |
| 37 |
include/config |
| 38 |
include/linux/autoconf.h |
| 39 |
include/linux/compile.h |
| 40 |
include/linux/version.h |
| 41 |
include/linux/utsrelease.h |
| 42 |
|
| 43 |
# stgit generated dirs |
| 44 |
patches-* |
| 45 |
|
| 46 |
# quilt's files |
| 47 |
patches |
| 48 |
series |
| 49 |
|
| 50 |
# cscope files |
| 51 |
cscope.* |
| 52 |
|
| 53 |
*.orig |
| 54 |
*.rej |
| 55 |
|
| 56 |
*.order |