blob: 8f5422cba6e2b0b687e7f16b2cc1adf1e5bf2cab [file] [log] [blame]
Linus Torvalds1e651742005-10-18 08:26:15 -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#
Matt Kraaiff2f5ff2009-06-04 21:43:10 -07006# NOTE! Please use 'git ls-files -i --exclude-standard'
Eduard - Gabriel Munteanuf72e9df2008-06-26 10:54:34 +03007# command after changing this file, to see if there are
8# any tracked files which get ignored after the change.
9#
Masahiro Yamada1377dd32017-10-31 00:33:45 +090010# Normal rules (sorted alphabetically)
Linus Torvalds1e651742005-10-18 08:26:15 -070011#
12.*
Masahiro Yamada1377dd32017-10-31 00:33:45 +090013*.a
Masahiro Yamada4fa8bc92018-03-23 22:04:37 +090014*.asn1.[ch]
Masahiro Yamada1377dd32017-10-31 00:33:45 +090015*.bin
16*.bz2
17*.c.[012]*.*
Rob Herring4f0e3a52018-09-06 13:26:07 -050018*.dt.yaml
Masahiro Yamada10b62a22017-10-31 00:33:46 +090019*.dtb
20*.dtb.S
Masahiro Yamada1377dd32017-10-31 00:33:45 +090021*.dwo
22*.elf
23*.gcno
24*.gz
25*.i
26*.ko
Masahiro Yamada59889302018-03-23 22:04:30 +090027*.lex.c
Masahiro Yamada1377dd32017-10-31 00:33:45 +090028*.ll
29*.lst
30*.lz4
31*.lzma
32*.lzo
Masahiro Yamadab7dca6d2019-07-17 15:17:57 +090033*.mod
Masahiro Yamada1377dd32017-10-31 00:33:45 +090034*.mod.c
Linus Torvalds1e651742005-10-18 08:26:15 -070035*.o
Alexey Dobriyan96918a32007-07-31 00:37:25 -070036*.o.*
Masahiro Yamada1377dd32017-10-31 00:33:45 +090037*.order
38*.patch
Linus Torvalds1e651742005-10-18 08:26:15 -070039*.s
Brian Gerst20ede272006-01-05 12:10:52 -050040*.so
Thomas Gleixnerf3227272007-10-19 20:35:02 +020041*.so.dbg
Rasmus Villemoese2557282015-08-20 11:53:28 +020042*.su
Masahiro Yamada1377dd32017-10-31 00:33:45 +090043*.symtypes
Masahiro Yamada59889302018-03-23 22:04:30 +090044*.tab.[ch]
Masahiro Yamada1377dd32017-10-31 00:33:45 +090045*.tar
46*.xz
47Module.symvers
48modules.builtin
Linus Torvalds1e651742005-10-18 08:26:15 -070049
50#
51# Top-level generic files
52#
Linus Torvalds6db823c2010-03-12 16:30:23 -080053/tags
54/TAGS
55/linux
56/vmlinux
Florian Fainellid0fe1162015-04-24 10:27:40 -070057/vmlinux.32
Daniel Thompson2478a8a2015-02-17 13:47:38 -080058/vmlinux-gdb.py
Linus Torvalds6db823c2010-03-12 16:30:23 -080059/vmlinuz
60/System.map
61/Module.markers
Alexey Gladkov898490c2019-04-29 18:11:14 +020062/modules.builtin.modinfo
Linus Torvalds6db823c2010-03-12 16:30:23 -080063
64#
Masahiro Yamadaaf60e202017-09-30 10:10:10 +090065# RPM spec file (make rpm-pkg)
66#
67/*.spec
68
69#
Greg Dietscheb7568282011-06-30 18:42:50 -050070# Debian directory (make deb-pkg)
71#
72/debian/
73
74#
Paolo Pisati5704d452017-11-27 12:07:34 +010075# Snap directory (make snap-pkg)
76#
77/snap/
78
79#
Andrey Skvortsovdd10ca62015-02-12 15:01:19 -080080# tar directory (make tar*-pkg)
81#
82/tar-install/
83
84#
Masahiro Yamadaf46e65d2019-05-11 12:13:54 +090085# We don't want to ignore the following even if they are dot-files
Linus Torvalds6db823c2010-03-12 16:30:23 -080086#
Masahiro Yamadaf46e65d2019-05-11 12:13:54 +090087!.clang-format
88!.cocciconfig
89!.get_maintainer.ignore
90!.gitattributes
Denis V. Lunev9e447a72007-10-16 11:22:21 +040091!.gitignore
Eduard - Gabriel Munteanuf72e9df2008-06-26 10:54:34 +030092!.mailmap
Linus Torvalds1e651742005-10-18 08:26:15 -070093
94#
95# Generated include files
96#
Masahiro Yamada1e356632019-04-30 00:17:53 +090097/include/config/
98/include/generated/
99/include/ksym/
100/arch/*/include/generated/
Linus Torvalds1e651742005-10-18 08:26:15 -0700101
Mauro Carvalho Chehab1d519602006-02-27 00:07:24 -0300102# stgit generated dirs
103patches-*
Qi Yong8ccf2832006-07-17 13:37:06 +0800104
105# quilt's files
106patches
107series
Tobias Klauser132e2bc2006-12-22 01:07:32 -0800108
109# cscope files
110cscope.*
Jike Song9723c042008-05-22 09:23:10 +0800111ncscope.*
Alexey Dobriyan3f1b0e12007-07-15 23:41:52 -0700112
Jani Nikulaf2ac5e72009-06-11 12:21:47 +0300113# gnu global files
114GPATH
115GRTAGS
116GSYMS
117GTAGS
118
Andi Kleena37161c2015-04-16 14:02:41 -0700119# id-utils files
120ID
121
Alexey Dobriyan3f1b0e12007-07-15 23:41:52 -0700122*.orig
Chris Dearman70886552008-03-04 14:28:59 -0800123*~
124\#*#
David Howellsaddbcdb2012-09-26 10:09:50 +0100125
126#
127# Leavings from module signing
128#
129extra_certificates
David Woodhousefb117942015-07-20 21:16:30 +0100130signing_key.pem
David Howellsaddbcdb2012-09-26 10:09:50 +0100131signing_key.priv
132signing_key.x509
David Howellsaddbcdb2012-09-26 10:09:50 +0100133x509.genkey
Borislav Petkov25fba9b2014-02-10 14:25:45 -0800134
135# Kconfig presets
Masahiro Yamada7fb1fc42019-05-07 21:48:46 +0900136/all.config
137/alldef.config
138/allmod.config
139/allno.config
140/allrandom.config
141/allyes.config
Boaz Harroshdfe04872014-11-25 18:42:54 +0200142
143# Kdevelop4
144*.kdev4