Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[linux/fpc-iii.git] / .gitignore
blob162bd2b67bdf6a28be7a361b8418e4e31d542854
1 # SPDX-License-Identifier: GPL-2.0-only
3 # NOTE! Don't add files that are generated in specific
4 # subdirectories here. Add them in the ".gitignore" file
5 # in that subdirectory instead.
7 # NOTE! Please use 'git ls-files -i --exclude-standard'
8 # command after changing this file, to see if there are
9 # any tracked files which get ignored after the change.
11 # Normal rules (sorted alphabetically)
14 *.a
15 *.asn1.[ch]
16 *.bin
17 *.bz2
18 *.c.[012]*.*
19 *.dt.yaml
20 *.dtb
21 *.dtb.S
22 *.dwo
23 *.elf
24 *.gcno
25 *.gz
26 *.i
27 *.ko
28 *.lex.c
29 *.ll
30 *.lst
31 *.lz4
32 *.lzma
33 *.lzo
34 *.mod
35 *.mod.c
36 *.o
37 *.o.*
38 *.patch
39 *.s
40 *.so
41 *.so.dbg
42 *.su
43 *.symtypes
44 *.tab.[ch]
45 *.tar
46 *.xz
47 *.zst
48 Module.symvers
49 modules.builtin
50 modules.order
53 # Top-level generic files
55 /tags
56 /TAGS
57 /linux
58 /vmlinux
59 /vmlinux.32
60 /vmlinux.symvers
61 /vmlinux-gdb.py
62 /vmlinuz
63 /System.map
64 /Module.markers
65 /modules.builtin.modinfo
66 /modules.nsdeps
69 # RPM spec file (make rpm-pkg)
71 /*.spec
74 # Debian directory (make deb-pkg)
76 /debian/
79 # Snap directory (make snap-pkg)
81 /snap/
84 # tar directory (make tar*-pkg)
86 /tar-install/
89 # We don't want to ignore the following even if they are dot-files
91 !.clang-format
92 !.cocciconfig
93 !.get_maintainer.ignore
94 !.gitattributes
95 !.gitignore
96 !.mailmap
99 # Generated include files
101 /include/config/
102 /include/generated/
103 /include/ksym/
104 /arch/*/include/generated/
106 # stgit generated dirs
107 patches-*
109 # quilt's files
110 patches
111 series
113 # cscope files
114 cscope.*
115 ncscope.*
117 # gnu global files
118 GPATH
119 GRTAGS
120 GSYMS
121 GTAGS
123 # id-utils files
126 *.orig
128 \#*#
131 # Leavings from module signing
133 extra_certificates
134 signing_key.pem
135 signing_key.priv
136 signing_key.x509
137 x509.genkey
139 # Kconfig presets
140 /all.config
141 /alldef.config
142 /allmod.config
143 /allno.config
144 /allrandom.config
145 /allyes.config
147 # Kconfig savedefconfig output
148 /defconfig
150 # Kdevelop4
151 *.kdev4
153 # Clang's compilation database file
154 /compile_commands.json