staging: bcm2835-audio: Fix draining behavior regression
[linux-2.6-block.git] / .gitignore
CommitLineData
1e65174a
LT
1#
2# NOTE! Don't add files that are generated in specific
3# subdirectories here. Add them in the ".gitignore" file
4# in that subdirectory instead.
5#
ff2f5ff0 6# NOTE! Please use 'git ls-files -i --exclude-standard'
f72e9df0
EGM
7# command after changing this file, to see if there are
8# any tracked files which get ignored after the change.
9#
1377dd3e 10# Normal rules (sorted alphabetically)
1e65174a
LT
11#
12.*
1377dd3e 13*.a
4fa8bc94 14*.asn1.[ch]
1377dd3e
MY
15*.bin
16*.bz2
17*.c.[012]*.*
4f0e3a57 18*.dt.yaml
10b62a2f
MY
19*.dtb
20*.dtb.S
1377dd3e
MY
21*.dwo
22*.elf
23*.gcno
24*.gz
25*.i
26*.ko
59889300 27*.lex.c
1377dd3e
MY
28*.ll
29*.lst
30*.lz4
31*.lzma
32*.lzo
b7dca6dd 33*.mod
1377dd3e 34*.mod.c
1d082773 35*.ns_deps
1e65174a 36*.o
96918a35 37*.o.*
1377dd3e 38*.patch
1e65174a 39*.s
20ede274 40*.so
f322727b 41*.so.dbg
1377dd3e 42*.su
ac3b719c 43*.symtypes
59889300 44*.tab.[ch]
f4ae9497 45*.tar
790e10ba 46*.xz
082722a0 47Module.symvers
1377dd3e 48modules.builtin
a564bdeb 49modules.order
1e65174a
LT
50
51#
52# Top-level generic files
53#
6db823cf
LT
54/tags
55/TAGS
56/linux
57/vmlinux
d0fe116b 58/vmlinux.32
2478a8a1 59/vmlinux-gdb.py
6db823cf
LT
60/vmlinuz
61/System.map
62/Module.markers
898490c0 63/modules.builtin.modinfo
6db823cf 64
af60e207
MY
65#
66# RPM spec file (make rpm-pkg)
67#
68/*.spec
69
b7568286
GD
70#
71# Debian directory (make deb-pkg)
72#
73/debian/
74
5704d455
PP
75#
76# Snap directory (make snap-pkg)
77#
78/snap/
79
dd10ca6c
AS
80#
81# tar directory (make tar*-pkg)
82#
83/tar-install/
84
6db823cf 85#
f46e65da 86# We don't want to ignore the following even if they are dot-files
6db823cf 87#
f46e65da
MY
88!.clang-format
89!.cocciconfig
90!.get_maintainer.ignore
91!.gitattributes
9e447a7f 92!.gitignore
f72e9df0 93!.mailmap
1e65174a
LT
94
95#
96# Generated include files
97#
1e35663e
MY
98/include/config/
99/include/generated/
100/include/ksym/
101/arch/*/include/generated/
1e65174a 102
1d519605
MCC
103# stgit generated dirs
104patches-*
8ccf2832
QY
105
106# quilt's files
107patches
108series
132e2bc3
TK
109
110# cscope files
111cscope.*
9723c046 112ncscope.*
3f1b0e1f 113
f2ac5e78
JN
114# gnu global files
115GPATH
116GRTAGS
117GSYMS
118GTAGS
119
a37161c0
AK
120# id-utils files
121ID
122
3f1b0e1f 123*.orig
70886554
CD
124*~
125\#*#
addbcdbb
DH
126
127#
128# Leavings from module signing
129#
130extra_certificates
fb117949 131signing_key.pem
addbcdbb
DH
132signing_key.priv
133signing_key.x509
addbcdbb 134x509.genkey
25fba9be
BP
135
136# Kconfig presets
7fb1fc42
MY
137/all.config
138/alldef.config
139/allmod.config
140/allno.config
141/allrandom.config
142/allyes.config
dfe04872
BH
143
144# Kdevelop4
145*.kdev4
26c4c71b
TK
146
147# Clang's compilation database file
148/compile_commands.json