.gitignore 1.07 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
Alexey Dobriyan's avatar
Alexey Dobriyan committed
14
*.o.*
15 16 17
*.a
*.s
*.ko
Brian Gerst's avatar
Brian Gerst committed
18
*.so
19
*.so.dbg
20
*.mod.c
21
*.i
22
*.lst
23
*.symtypes
Sam Ravnborg's avatar
Sam Ravnborg committed
24
*.order
25
modules.builtin
26 27 28
*.elf
*.bin
*.gz
29
*.bz2
Arne Janbu's avatar
Arne Janbu committed
30
*.lzma
31
*.xz
32
*.lzo
Mike Frysinger's avatar
Mike Frysinger committed
33
*.patch
34
*.gcno
35 36 37 38

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

48 49 50 51 52
#
# Debian directory (make deb-pkg)
#
/debian/

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

#
# Generated include files
#
include/config
63
include/generated
Sam Ravnborg's avatar
Sam Ravnborg committed
64
arch/*/include/generated
65

66 67
# stgit generated dirs
patches-*
Qi Yong's avatar
Qi Yong committed
68 69 70 71

# quilt's files
patches
series
72 73 74

# cscope files
cscope.*
Jike Song's avatar
Jike Song committed
75
ncscope.*
Alexey Dobriyan's avatar
Alexey Dobriyan committed
76

77 78 79 80 81 82
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

Alexey Dobriyan's avatar
Alexey Dobriyan committed
83
*.orig
84 85
*~
\#*#
86 87 88 89 90 91 92 93

#
# Leavings from module signing
#
extra_certificates
signing_key.priv
signing_key.x509
x509.genkey