blob: 778e659d5ac5388d14313852fed874522b1ce297 [file] [log] [blame]
Erick Reyesed543952020-06-23 18:26:14 -07001#
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
11#
12.*
13*.o
14*.o.*
15*.a
16*.s
17*.ko
18*.so
19*.so.dbg
20*.mod.c
21*.i
22*.lst
23*.symtypes
24*.order
25*.elf
26*.bin
27*.tar
28*.gz
29*.bz2
30*.lzma
31*.xz
32*.lz4
33*.lzo
34*.patch
35*.gcno
36*.ll
37modules.builtin
38Module.symvers
39*.dwo
40*.su
41*.c.[012]*.*
42
43#
44# Top-level generic files
45#
46/tags
47/TAGS
48/linux
49/vmlinux
50/vmlinux.32
51/vmlinux-gdb.py
52/vmlinuz
53/System.map
54/Module.markers
55
56#
57# Debian directory (make deb-pkg)
58#
59/debian/
60
61#
62# tar directory (make tar*-pkg)
63#
64/tar-install/
65
66#
67# git files that we don't want to ignore even if they are dot-files
68#
69!.gitignore
70!.mailmap
Nrithya Kanakasabapathyc2a5f1f2021-05-05 17:27:38 +000071!.clang-format
Erick Reyesed543952020-06-23 18:26:14 -070072!.cocciconfig
73
74#
75# Generated include files
76#
77include/config
78include/generated
79arch/*/include/generated
80
81# stgit generated dirs
82patches-*
83
84# quilt's files
85patches
86series
87
88# cscope files
89cscope.*
90ncscope.*
91
92# gnu global files
93GPATH
94GRTAGS
95GSYMS
96GTAGS
97
98# id-utils files
99ID
100
101*.orig
102*~
103\#*#
104
105#
106# Leavings from module signing
107#
108extra_certificates
109signing_key.pem
110signing_key.priv
111signing_key.x509
112x509.genkey
113
114# Kconfig presets
115all.config
116
117# Kdevelop4
118*.kdev4