]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - .gitignore
kbuild: rename *-asn1.[ch] to *.asn1.[ch]
[mirror_ubuntu-jammy-kernel.git] / .gitignore
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 #
6 # NOTE! Please use 'git ls-files -i --exclude-standard'
7 # command after changing this file, to see if there are
8 # any tracked files which get ignored after the change.
9 #
10 # Normal rules (sorted alphabetically)
11 #
12 .*
13 *.a
14 *.asn1.[ch]
15 *.bin
16 *.bz2
17 *.c.[012]*.*
18 *.dtb
19 *.dtb.S
20 *.dwo
21 *.elf
22 *.gcno
23 *.gz
24 *.i
25 *.ko
26 *.lex.c
27 *.ll
28 *.lst
29 *.lz4
30 *.lzma
31 *.lzo
32 *.mod.c
33 *.o
34 *.o.*
35 *.order
36 *.patch
37 *.s
38 *.so
39 *.so.dbg
40 *.su
41 *.symtypes
42 *.tab.[ch]
43 *.tar
44 *.xz
45 Module.symvers
46 modules.builtin
47
48 #
49 # Top-level generic files
50 #
51 /tags
52 /TAGS
53 /linux
54 /vmlinux
55 /vmlinux.32
56 /vmlinux-gdb.py
57 /vmlinuz
58 /System.map
59 /Module.markers
60
61 #
62 # RPM spec file (make rpm-pkg)
63 #
64 /*.spec
65
66 #
67 # Debian directory (make deb-pkg)
68 #
69 /debian/
70
71 #
72 # Snap directory (make snap-pkg)
73 #
74 /snap/
75
76 #
77 # tar directory (make tar*-pkg)
78 #
79 /tar-install/
80
81 #
82 # git files that we don't want to ignore even if they are dot-files
83 #
84 !.gitignore
85 !.mailmap
86 !.cocciconfig
87
88 #
89 # Generated include files
90 #
91 include/config
92 include/generated
93 include/ksym
94 arch/*/include/generated
95
96 # stgit generated dirs
97 patches-*
98
99 # quilt's files
100 patches
101 series
102
103 # cscope files
104 cscope.*
105 ncscope.*
106
107 # gnu global files
108 GPATH
109 GRTAGS
110 GSYMS
111 GTAGS
112
113 # id-utils files
114 ID
115
116 *.orig
117 *~
118 \#*#
119
120 #
121 # Leavings from module signing
122 #
123 extra_certificates
124 signing_key.pem
125 signing_key.priv
126 signing_key.x509
127 x509.genkey
128
129 # Kconfig presets
130 all.config
131
132 # Kdevelop4
133 *.kdev4