.gitignore 1.1 KB
Newer Older
1 2 3 4 5
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
6
# NOTE! Please use 'git ls-files -i --exclude-standard'
7 8 9
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
10 11 12 13
# Normal rules
#
.*
*.o
A
Alexey Dobriyan 已提交
14
*.o.*
15 16 17
*.a
*.s
*.ko
18
*.so
19
*.so.dbg
20
*.mod.c
21
*.i
22
*.lst
23
*.symtypes
24
*.order
25 26 27
*.elf
*.bin
*.gz
28
*.bz2
29
*.lzma
30
*.xz
31
*.lz4
32
*.lzo
M
Mike Frysinger 已提交
33
*.patch
34
*.gcno
35 36
modules.builtin
Module.symvers
37
*.dwo
38 39 40 41

#
# Top-level generic files
#
42 43 44 45 46 47 48 49
/tags
/TAGS
/linux
/vmlinux
/vmlinuz
/System.map
/Module.markers

50 51 52 53 54
#
# Debian directory (make deb-pkg)
#
/debian/

55 56 57
#
# git files that we don't want to ignore even it they are dot-files
#
58
!.gitignore
59
!.mailmap
60 61 62 63 64

#
# Generated include files
#
include/config
65
include/generated
66
arch/*/include/generated
67

68 69
# stgit generated dirs
patches-*
70 71 72 73

# quilt's files
patches
series
74 75 76

# cscope files
cscope.*
J
Jike Song 已提交
77
ncscope.*
A
Alexey Dobriyan 已提交
78

79 80 81 82 83 84
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

A
Alexey Dobriyan 已提交
85
*.orig
86 87
*~
\#*#
88 89 90 91 92 93 94 95

#
# Leavings from module signing
#
extra_certificates
signing_key.priv
signing_key.x509
x509.genkey
96 97 98

# Kconfig presets
all.config
反馈
建议
客服 返回
顶部