blob: a20ac26aa2f51db2cb4c657e1c30b7e605af832f [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
33*.mod.c
Linus Torvalds1e651742005-10-18 08:26:15 -070034*.o
Alexey Dobriyan96918a32007-07-31 00:37:25 -070035*.o.*
Masahiro Yamada1377dd32017-10-31 00:33:45 +090036*.order
37*.patch
Linus Torvalds1e651742005-10-18 08:26:15 -070038*.s
Brian Gerst20ede272006-01-05 12:10:52 -050039*.so
Thomas Gleixnerf3227272007-10-19 20:35:02 +020040*.so.dbg
Rasmus Villemoese2557282015-08-20 11:53:28 +020041*.su
Masahiro Yamada1377dd32017-10-31 00:33:45 +090042*.symtypes
Masahiro Yamada59889302018-03-23 22:04:30 +090043*.tab.[ch]
Masahiro Yamada1377dd32017-10-31 00:33:45 +090044*.tar
45*.xz
46Module.symvers
47modules.builtin
Linus Torvalds1e651742005-10-18 08:26:15 -070048
49#
50# Top-level generic files
51#
Linus Torvalds6db823c2010-03-12 16:30:23 -080052/tags
53/TAGS
54/linux
55/vmlinux
Florian Fainellid0fe1162015-04-24 10:27:40 -070056/vmlinux.32
Daniel Thompson2478a8a2015-02-17 13:47:38 -080057/vmlinux-gdb.py
Linus Torvalds6db823c2010-03-12 16:30:23 -080058/vmlinuz
59/System.map
60/Module.markers
Linus Torvalds6db823c2010-03-12 16:30:23 -080061
62#
Masahiro Yamadaaf60e202017-09-30 10:10:10 +090063# RPM spec file (make rpm-pkg)
64#
65/*.spec
66
67#
Greg Dietscheb7568282011-06-30 18:42:50 -050068# Debian directory (make deb-pkg)
69#
70/debian/
71
72#
Paolo Pisati5704d452017-11-27 12:07:34 +010073# Snap directory (make snap-pkg)
74#
75/snap/
76
77#
Andrey Skvortsovdd10ca62015-02-12 15:01:19 -080078# tar directory (make tar*-pkg)
79#
80/tar-install/
81
82#
Kyeongmin Cho52bbe142016-04-28 02:06:49 +090083# git files that we don't want to ignore even if they are dot-files
Linus Torvalds6db823c2010-03-12 16:30:23 -080084#
Denis V. Lunev9e447a72007-10-16 11:22:21 +040085!.gitignore
Eduard - Gabriel Munteanuf72e9df2008-06-26 10:54:34 +030086!.mailmap
Luis R. Rodriguezdd951fc2016-06-29 15:14:56 -070087!.cocciconfig
Miguel Ojedad4ef8d32018-04-10 16:32:40 -070088!.clang-format
Linus Torvalds1e651742005-10-18 08:26:15 -070089
90#
91# Generated include files
92#
Linus Torvalds1e651742005-10-18 08:26:15 -070093include/config
Sam Ravnborgf14875a2009-04-18 23:51:08 +020094include/generated
Masahiro Yamadafbfa9be2018-03-16 16:37:14 +090095include/ksym
Sam Ravnborgd8ecc5c2011-04-27 22:29:49 +020096arch/*/include/generated
Linus Torvalds1e651742005-10-18 08:26:15 -070097
Mauro Carvalho Chehab1d519602006-02-27 00:07:24 -030098# stgit generated dirs
99patches-*
Qi Yong8ccf2832006-07-17 13:37:06 +0800100
101# quilt's files
102patches
103series
Tobias Klauser132e2bc2006-12-22 01:07:32 -0800104
105# cscope files
106cscope.*
Jike Song9723c042008-05-22 09:23:10 +0800107ncscope.*
Alexey Dobriyan3f1b0e12007-07-15 23:41:52 -0700108
Jani Nikulaf2ac5e72009-06-11 12:21:47 +0300109# gnu global files
110GPATH
111GRTAGS
112GSYMS
113GTAGS
114
Andi Kleena37161c2015-04-16 14:02:41 -0700115# id-utils files
116ID
117
Alexey Dobriyan3f1b0e12007-07-15 23:41:52 -0700118*.orig
Chris Dearman70886552008-03-04 14:28:59 -0800119*~
120\#*#
David Howellsaddbcdb2012-09-26 10:09:50 +0100121
122#
123# Leavings from module signing
124#
125extra_certificates
David Woodhousefb117942015-07-20 21:16:30 +0100126signing_key.pem
David Howellsaddbcdb2012-09-26 10:09:50 +0100127signing_key.priv
128signing_key.x509
David Howellsaddbcdb2012-09-26 10:09:50 +0100129x509.genkey
Borislav Petkov25fba9b2014-02-10 14:25:45 -0800130
131# Kconfig presets
132all.config
Boaz Harroshdfe04872014-11-25 18:42:54 +0200133
134# Kdevelop4
135*.kdev4