Merge branch 'akpm' (patches from Andrew)
[linux/fpc-iii.git] / .gitignore
blob2258e906f01c84f36c6cf5de2a3e76f2877b0cc0
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 Module.symvers
48 modules.builtin
49 modules.order
52 # Top-level generic files
54 /tags
55 /TAGS
56 /linux
57 /vmlinux
58 /vmlinux.32
59 /vmlinux-gdb.py
60 /vmlinuz
61 /System.map
62 /Module.markers
63 /modules.builtin.modinfo
64 /modules.nsdeps
67 # RPM spec file (make rpm-pkg)
69 /*.spec
72 # Debian directory (make deb-pkg)
74 /debian/
77 # Snap directory (make snap-pkg)
79 /snap/
82 # tar directory (make tar*-pkg)
84 /tar-install/
87 # We don't want to ignore the following even if they are dot-files
89 !.clang-format
90 !.cocciconfig
91 !.get_maintainer.ignore
92 !.gitattributes
93 !.gitignore
94 !.mailmap
97 # Generated include files
99 /include/config/
100 /include/generated/
101 /include/ksym/
102 /arch/*/include/generated/
104 # stgit generated dirs
105 patches-*
107 # quilt's files
108 patches
109 series
111 # cscope files
112 cscope.*
113 ncscope.*
115 # gnu global files
116 GPATH
117 GRTAGS
118 GSYMS
119 GTAGS
121 # id-utils files
124 *.orig
126 \#*#
129 # Leavings from module signing
131 extra_certificates
132 signing_key.pem
133 signing_key.priv
134 signing_key.x509
135 x509.genkey
137 # Kconfig presets
138 /all.config
139 /alldef.config
140 /allmod.config
141 /allno.config
142 /allrandom.config
143 /allyes.config
145 # Kdevelop4
146 *.kdev4
148 # Clang's compilation database file
149 /compile_commands.json