.gitignore 636 字节
Newer Older
1 2 3 4 5 6 7 8 9
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
A
Alexey Dobriyan 已提交
10
*.o.*
11 12 13
*.a
*.s
*.ko
14
*.so
15
*.so.dbg
16
*.mod.c
17
*.i
18
*.lst
19
*.symtypes
20
*.order
21 22 23 24

#
# Top-level generic files
#
U
Uwe Zeisberger 已提交
25
tags
26
TAGS
27
vmlinux*
28
!vmlinux.lds.S
29 30
System.map
Module.symvers
31
!.gitignore
32 33 34 35 36

#
# Generated include files
#
include/asm
B
Brian Gerst 已提交
37
include/asm-*/asm-offsets.h
38 39 40 41
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
42
include/linux/utsrelease.h
43

44 45
# stgit generated dirs
patches-*
46 47 48 49

# quilt's files
patches
series
50 51 52

# cscope files
cscope.*
A
Alexey Dobriyan 已提交
53 54 55

*.orig
*.rej
新手
引导
客服 返回
顶部