.gitignore 941 字节
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
modules.builtin
26 27 28
*.elf
*.bin
*.gz
29
*.bz2
30
*.lzma
31
*.xz
32
*.lzo
M
Mike Frysinger 已提交
33
*.patch
34
*.gcno
35 36 37 38

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

#
# git files that we don't want to ignore even it they are dot-files
#
51
!.gitignore
52
!.mailmap
53 54 55 56 57 58

#
# Generated include files
#
include/config
include/linux/version.h
59
include/generated
60

61 62
# stgit generated dirs
patches-*
63 64 65 66

# quilt's files
patches
series
67 68 69

# cscope files
cscope.*
J
Jike Song 已提交
70
ncscope.*
A
Alexey Dobriyan 已提交
71

72 73 74 75 76 77
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

A
Alexey Dobriyan 已提交
78
*.orig
79 80
*~
\#*#
反馈
建议
客服 返回
顶部