.gitignore 1.2 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
*.elf
*.bin
27
*.tar
28
*.gz
29
*.bz2
30
*.lzma
31
*.xz
32
*.lz4
33
*.lzo
M
Mike Frysinger 已提交
34
*.patch
35
*.gcno
36 37
modules.builtin
Module.symvers
38
*.dwo
39 40 41 42

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

52 53 54 55 56
#
# Debian directory (make deb-pkg)
#
/debian/

57 58 59 60 61
#
# tar directory (make tar*-pkg)
#
/tar-install/

62 63 64
#
# git files that we don't want to ignore even it they are dot-files
#
65
!.gitignore
66
!.mailmap
67 68 69 70 71

#
# Generated include files
#
include/config
72
include/generated
73
arch/*/include/generated
74

75 76
# stgit generated dirs
patches-*
77 78 79 80

# quilt's files
patches
series
81 82 83

# cscope files
cscope.*
J
Jike Song 已提交
84
ncscope.*
A
Alexey Dobriyan 已提交
85

86 87 88 89 90 91
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

A
Alexey Dobriyan 已提交
92
*.orig
93 94
*~
\#*#
95 96 97 98 99 100 101 102

#
# Leavings from module signing
#
extra_certificates
signing_key.priv
signing_key.x509
x509.genkey
103 104 105

# Kconfig presets
all.config
106 107 108

# Kdevelop4
*.kdev4
反馈
建议
客服 返回
顶部