.gitignore 930 字节
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
M
Mike Frysinger 已提交
31
*.patch
32
*.gcno
33 34 35 36

#
# Top-level generic files
#
37 38 39 40 41 42 43 44 45 46 47 48
/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
#
49
!.gitignore
50
!.mailmap
51 52 53 54 55 56

#
# Generated include files
#
include/config
include/linux/version.h
57
include/generated
58

59 60
# stgit generated dirs
patches-*
61 62 63 64

# quilt's files
patches
series
65 66 67

# cscope files
cscope.*
J
Jike Song 已提交
68
ncscope.*
A
Alexey Dobriyan 已提交
69

70 71 72 73 74 75
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

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