gitignore: Add MIPS vmlinux.32 to the list
[deliverable/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#
1e65174a
LT
10# Normal rules
11#
12.*
13*.o
96918a35 14*.o.*
1e65174a
LT
15*.a
16*.s
17*.ko
20ede274 18*.so
f322727b 19*.so.dbg
1e65174a 20*.mod.c
0f71a373 21*.i
87dedbda 22*.lst
ac3b719c 23*.symtypes
c6025f4c 24*.order
f72e9df0
EGM
25*.elf
26*.bin
f4ae9497 27*.tar
f72e9df0 28*.gz
e3a41d7b 29*.bz2
3f8d9ced 30*.lzma
790e10ba 31*.xz
4e505294 32*.lz4
52b80025 33*.lzo
35763e85 34*.patch
7a6b1f1c 35*.gcno
082722a0
ZG
36modules.builtin
37Module.symvers
866ced95 38*.dwo
1e65174a
LT
39
40#
41# Top-level generic files
42#
6db823cf
LT
43/tags
44/TAGS
45/linux
46/vmlinux
d0fe116b 47/vmlinux.32
2478a8a1 48/vmlinux-gdb.py
6db823cf
LT
49/vmlinuz
50/System.map
51/Module.markers
6db823cf 52
b7568286
GD
53#
54# Debian directory (make deb-pkg)
55#
56/debian/
57
dd10ca6c
AS
58#
59# tar directory (make tar*-pkg)
60#
61/tar-install/
62
6db823cf
LT
63#
64# git files that we don't want to ignore even it they are dot-files
65#
9e447a7f 66!.gitignore
f72e9df0 67!.mailmap
1e65174a
LT
68
69#
70# Generated include files
71#
1e65174a 72include/config
f14875a3 73include/generated
d8ecc5cd 74arch/*/include/generated
1e65174a 75
1d519605
MCC
76# stgit generated dirs
77patches-*
8ccf2832
QY
78
79# quilt's files
80patches
81series
132e2bc3
TK
82
83# cscope files
84cscope.*
9723c046 85ncscope.*
3f1b0e1f 86
f2ac5e78
JN
87# gnu global files
88GPATH
89GRTAGS
90GSYMS
91GTAGS
92
3f1b0e1f 93*.orig
70886554
CD
94*~
95\#*#
addbcdbb
DH
96
97#
98# Leavings from module signing
99#
100extra_certificates
101signing_key.priv
102signing_key.x509
addbcdbb 103x509.genkey
25fba9be
BP
104
105# Kconfig presets
106all.config
dfe04872
BH
107
108# Kdevelop4
109*.kdev4
This page took 0.555611 seconds and 5 git commands to generate.