]> git.ipfire.org Git - thirdparty/linux.git/blame - .gitignore
HID: wacom: Correct distance scale for 2nd-gen Intuos devices
[thirdparty/linux.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
1e65174a 35*.o
96918a35 36*.o.*
1377dd3e
MY
37*.order
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
1e65174a
LT
49
50#
51# Top-level generic files
52#
6db823cf
LT
53/tags
54/TAGS
55/linux
56/vmlinux
d0fe116b 57/vmlinux.32
2478a8a1 58/vmlinux-gdb.py
6db823cf
LT
59/vmlinuz
60/System.map
61/Module.markers
898490c0 62/modules.builtin.modinfo
6db823cf 63
af60e207
MY
64#
65# RPM spec file (make rpm-pkg)
66#
67/*.spec
68
b7568286
GD
69#
70# Debian directory (make deb-pkg)
71#
72/debian/
73
5704d455
PP
74#
75# Snap directory (make snap-pkg)
76#
77/snap/
78
dd10ca6c
AS
79#
80# tar directory (make tar*-pkg)
81#
82/tar-install/
83
6db823cf 84#
f46e65da 85# We don't want to ignore the following even if they are dot-files
6db823cf 86#
f46e65da
MY
87!.clang-format
88!.cocciconfig
89!.get_maintainer.ignore
90!.gitattributes
9e447a7f 91!.gitignore
f72e9df0 92!.mailmap
1e65174a
LT
93
94#
95# Generated include files
96#
1e35663e
MY
97/include/config/
98/include/generated/
99/include/ksym/
100/arch/*/include/generated/
1e65174a 101
1d519605
MCC
102# stgit generated dirs
103patches-*
8ccf2832
QY
104
105# quilt's files
106patches
107series
132e2bc3
TK
108
109# cscope files
110cscope.*
9723c046 111ncscope.*
3f1b0e1f 112
f2ac5e78
JN
113# gnu global files
114GPATH
115GRTAGS
116GSYMS
117GTAGS
118
a37161c0
AK
119# id-utils files
120ID
121
3f1b0e1f 122*.orig
70886554
CD
123*~
124\#*#
addbcdbb
DH
125
126#
127# Leavings from module signing
128#
129extra_certificates
fb117949 130signing_key.pem
addbcdbb
DH
131signing_key.priv
132signing_key.x509
addbcdbb 133x509.genkey
25fba9be
BP
134
135# Kconfig presets
7fb1fc42
MY
136/all.config
137/alldef.config
138/allmod.config
139/allno.config
140/allrandom.config
141/allyes.config
dfe04872
BH
142
143# Kdevelop4
144*.kdev4
26c4c71b
TK
145
146# Clang's compilation database file
147/compile_commands.json