Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 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 | # | ||||
Matt Kraai | ff2f5ff | 2009-06-04 21:43:10 -0700 | [diff] [blame] | 6 | # NOTE! Please use 'git ls-files -i --exclude-standard' |
Eduard - Gabriel Munteanu | f72e9df | 2008-06-26 10:54:34 +0300 | [diff] [blame] | 7 | # command after changing this file, to see if there are |
8 | # any tracked files which get ignored after the change. | ||||
9 | # | ||||
Masahiro Yamada | 1377dd3 | 2017-10-31 00:33:45 +0900 | [diff] [blame] | 10 | # Normal rules (sorted alphabetically) |
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 11 | # |
12 | .* | ||||
Masahiro Yamada | 1377dd3 | 2017-10-31 00:33:45 +0900 | [diff] [blame] | 13 | *.a |
14 | *.bin | ||||
15 | *.bz2 | ||||
16 | *.c.[012]*.* | ||||
Masahiro Yamada | 10b62a2 | 2017-10-31 00:33:46 +0900 | [diff] [blame] | 17 | *.dtb |
18 | *.dtb.S | ||||
Masahiro Yamada | 1377dd3 | 2017-10-31 00:33:45 +0900 | [diff] [blame] | 19 | *.dwo |
20 | *.elf | ||||
21 | *.gcno | ||||
22 | *.gz | ||||
23 | *.i | ||||
24 | *.ko | ||||
25 | *.ll | ||||
26 | *.lst | ||||
27 | *.lz4 | ||||
28 | *.lzma | ||||
29 | *.lzo | ||||
30 | *.mod.c | ||||
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 31 | *.o |
Alexey Dobriyan | 96918a3 | 2007-07-31 00:37:25 -0700 | [diff] [blame] | 32 | *.o.* |
Masahiro Yamada | 1377dd3 | 2017-10-31 00:33:45 +0900 | [diff] [blame] | 33 | *.order |
34 | *.patch | ||||
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 35 | *.s |
Brian Gerst | 20ede27 | 2006-01-05 12:10:52 -0500 | [diff] [blame] | 36 | *.so |
Thomas Gleixner | f322727 | 2007-10-19 20:35:02 +0200 | [diff] [blame] | 37 | *.so.dbg |
Rasmus Villemoes | e255728 | 2015-08-20 11:53:28 +0200 | [diff] [blame] | 38 | *.su |
Masahiro Yamada | 1377dd3 | 2017-10-31 00:33:45 +0900 | [diff] [blame] | 39 | *.symtypes |
40 | *.tar | ||||
41 | *.xz | ||||
42 | Module.symvers | ||||
43 | modules.builtin | ||||
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 44 | |
45 | # | ||||
46 | # Top-level generic files | ||||
47 | # | ||||
Linus Torvalds | 6db823c | 2010-03-12 16:30:23 -0800 | [diff] [blame] | 48 | /tags |
49 | /TAGS | ||||
50 | /linux | ||||
51 | /vmlinux | ||||
Florian Fainelli | d0fe116 | 2015-04-24 10:27:40 -0700 | [diff] [blame] | 52 | /vmlinux.32 |
Daniel Thompson | 2478a8a | 2015-02-17 13:47:38 -0800 | [diff] [blame] | 53 | /vmlinux-gdb.py |
Linus Torvalds | 6db823c | 2010-03-12 16:30:23 -0800 | [diff] [blame] | 54 | /vmlinuz |
55 | /System.map | ||||
56 | /Module.markers | ||||
Linus Torvalds | 6db823c | 2010-03-12 16:30:23 -0800 | [diff] [blame] | 57 | |
58 | # | ||||
Masahiro Yamada | af60e20 | 2017-09-30 10:10:10 +0900 | [diff] [blame] | 59 | # RPM spec file (make rpm-pkg) |
60 | # | ||||
61 | /*.spec | ||||
62 | |||||
63 | # | ||||
Greg Dietsche | b756828 | 2011-06-30 18:42:50 -0500 | [diff] [blame] | 64 | # Debian directory (make deb-pkg) |
65 | # | ||||
66 | /debian/ | ||||
67 | |||||
68 | # | ||||
Paolo Pisati | 5704d45 | 2017-11-27 12:07:34 +0100 | [diff] [blame] | 69 | # Snap directory (make snap-pkg) |
70 | # | ||||
71 | /snap/ | ||||
72 | |||||
73 | # | ||||
Andrey Skvortsov | dd10ca6 | 2015-02-12 15:01:19 -0800 | [diff] [blame] | 74 | # tar directory (make tar*-pkg) |
75 | # | ||||
76 | /tar-install/ | ||||
77 | |||||
78 | # | ||||
Kyeongmin Cho | 52bbe14 | 2016-04-28 02:06:49 +0900 | [diff] [blame] | 79 | # git files that we don't want to ignore even if they are dot-files |
Linus Torvalds | 6db823c | 2010-03-12 16:30:23 -0800 | [diff] [blame] | 80 | # |
Denis V. Lunev | 9e447a7 | 2007-10-16 11:22:21 +0400 | [diff] [blame] | 81 | !.gitignore |
Eduard - Gabriel Munteanu | f72e9df | 2008-06-26 10:54:34 +0300 | [diff] [blame] | 82 | !.mailmap |
Luis R. Rodriguez | dd951fc | 2016-06-29 15:14:56 -0700 | [diff] [blame] | 83 | !.cocciconfig |
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 84 | |
85 | # | ||||
86 | # Generated include files | ||||
87 | # | ||||
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 88 | include/config |
Sam Ravnborg | f14875a | 2009-04-18 23:51:08 +0200 | [diff] [blame] | 89 | include/generated |
Sam Ravnborg | d8ecc5c | 2011-04-27 22:29:49 +0200 | [diff] [blame] | 90 | arch/*/include/generated |
Linus Torvalds | 1e65174 | 2005-10-18 08:26:15 -0700 | [diff] [blame] | 91 | |
Mauro Carvalho Chehab | 1d51960 | 2006-02-27 00:07:24 -0300 | [diff] [blame] | 92 | # stgit generated dirs |
93 | patches-* | ||||
Qi Yong | 8ccf283 | 2006-07-17 13:37:06 +0800 | [diff] [blame] | 94 | |
95 | # quilt's files | ||||
96 | patches | ||||
97 | series | ||||
Tobias Klauser | 132e2bc | 2006-12-22 01:07:32 -0800 | [diff] [blame] | 98 | |
99 | # cscope files | ||||
100 | cscope.* | ||||
Jike Song | 9723c04 | 2008-05-22 09:23:10 +0800 | [diff] [blame] | 101 | ncscope.* |
Alexey Dobriyan | 3f1b0e1 | 2007-07-15 23:41:52 -0700 | [diff] [blame] | 102 | |
Jani Nikula | f2ac5e7 | 2009-06-11 12:21:47 +0300 | [diff] [blame] | 103 | # gnu global files |
104 | GPATH | ||||
105 | GRTAGS | ||||
106 | GSYMS | ||||
107 | GTAGS | ||||
108 | |||||
Andi Kleen | a37161c | 2015-04-16 14:02:41 -0700 | [diff] [blame] | 109 | # id-utils files |
110 | ID | ||||
111 | |||||
Alexey Dobriyan | 3f1b0e1 | 2007-07-15 23:41:52 -0700 | [diff] [blame] | 112 | *.orig |
Chris Dearman | 7088655 | 2008-03-04 14:28:59 -0800 | [diff] [blame] | 113 | *~ |
114 | \#*# | ||||
David Howells | addbcdb | 2012-09-26 10:09:50 +0100 | [diff] [blame] | 115 | |
116 | # | ||||
117 | # Leavings from module signing | ||||
118 | # | ||||
119 | extra_certificates | ||||
David Woodhouse | fb11794 | 2015-07-20 21:16:30 +0100 | [diff] [blame] | 120 | signing_key.pem |
David Howells | addbcdb | 2012-09-26 10:09:50 +0100 | [diff] [blame] | 121 | signing_key.priv |
122 | signing_key.x509 | ||||
David Howells | addbcdb | 2012-09-26 10:09:50 +0100 | [diff] [blame] | 123 | x509.genkey |
Borislav Petkov | 25fba9b | 2014-02-10 14:25:45 -0800 | [diff] [blame] | 124 | |
125 | # Kconfig presets | ||||
126 | all.config | ||||
Boaz Harrosh | dfe0487 | 2014-11-25 18:42:54 +0200 | [diff] [blame] | 127 | |
128 | # Kdevelop4 | ||||
129 | *.kdev4 |