Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [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 | # | ||||
Masahiro Yamada | 3eb0fa4 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 6 | # Normal rules (sorted alphabetically) |
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 7 | # |
Masahiro Yamada | ea531e3 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 8 | .* |
Masahiro Yamada | ea531e3 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 9 | *.a |
Dario Binacchi | 8190d5a | 2019-12-29 13:47:32 +0100 | [diff] [blame] | 10 | *.asn1.[ch] |
Masahiro Yamada | 3eb0fa4 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 11 | *.bin |
Baruch Siach | 421be6f | 2018-06-21 09:03:00 +0300 | [diff] [blame] | 12 | *.cfgout |
Masahiro Yamada | 28b538b | 2018-06-11 16:21:50 +0900 | [diff] [blame] | 13 | *.dtb |
Michal Simek | 0a85730 | 2019-02-21 07:48:54 +0100 | [diff] [blame] | 14 | *.dtbo |
Masahiro Yamada | 28b538b | 2018-06-11 16:21:50 +0900 | [diff] [blame] | 15 | *.dtb.S |
Masahiro Yamada | 3eb0fa4 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 16 | *.elf |
17 | *.exe | ||||
18 | *.gcda | ||||
19 | *.gcno | ||||
Masahiro Yamada | ea531e3 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 20 | *.i |
Michael Trimarchi | d25a2d3 | 2019-11-09 20:13:57 +0100 | [diff] [blame] | 21 | *.img |
Eugeniu Rosca | e91610d | 2018-05-19 14:13:50 +0200 | [diff] [blame] | 22 | *.lex.c |
Masahiro Yamada | ea531e3 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 23 | *.lst |
Masahiro Yamada | 3eb0fa4 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 24 | *.mod.c |
25 | *.o | ||||
26 | *.o.* | ||||
Masahiro Yamada | ea531e3 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 27 | *.order |
Masahiro Yamada | ea531e3 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 28 | *.patch |
Masahiro Yamada | 3eb0fa4 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 29 | *.s |
30 | *.su | ||||
31 | *.swp | ||||
Eugeniu Rosca | e91610d | 2018-05-19 14:13:50 +0200 | [diff] [blame] | 32 | *.tab.[ch] |
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 33 | |
Timo Ketola | 5941a61 | 2012-04-11 23:33:49 +0000 | [diff] [blame] | 34 | # Build tree |
35 | /build-* | ||||
36 | |||||
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 37 | # |
38 | # Top-level generic files | ||||
39 | # | ||||
Vagrant Cascadian | c6833e7 | 2019-05-02 11:14:10 -0700 | [diff] [blame] | 40 | fit-dtb.blob* |
Justin Waters | 341d2c0 | 2013-07-11 09:55:01 -0400 | [diff] [blame] | 41 | /MLO* |
Sven Ebenfeld | 1f6a664 | 2016-11-06 16:37:58 +0100 | [diff] [blame] | 42 | /SPL* |
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 43 | /System.map |
Masahiro Yamada | 5d0f015 | 2014-02-20 17:43:07 +0900 | [diff] [blame] | 44 | /u-boot* |
Masahiro Yamada | a2580eb | 2014-07-30 14:08:20 +0900 | [diff] [blame] | 45 | /boards.cfg |
Baruch Siach | 71d8e1b | 2019-04-18 10:46:58 +0300 | [diff] [blame] | 46 | /*.log |
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 47 | |
48 | # | ||||
Masahiro Yamada | ea531e3 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 49 | # git files that we don't want to ignore even it they are dot-files |
50 | # | ||||
51 | !.gitignore | ||||
52 | !.mailmap | ||||
53 | |||||
54 | # | ||||
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 55 | # Generated files |
56 | # | ||||
Masahiro Yamada | c716308 | 2014-06-09 15:14:11 +0900 | [diff] [blame] | 57 | /spl/ |
Masahiro Yamada | 93f70df | 2013-11-26 18:05:45 +0900 | [diff] [blame] | 58 | /tpl/ |
Bin Meng | 0112432 | 2015-07-31 00:24:39 -0700 | [diff] [blame] | 59 | /defconfig |
Masahiro Yamada | 93f70df | 2013-11-26 18:05:45 +0900 | [diff] [blame] | 60 | |
Masahiro Yamada | 1f659b2 | 2014-03-10 10:47:19 +0900 | [diff] [blame] | 61 | # |
62 | # Generated include files | ||||
63 | # | ||||
64 | /include/config/ | ||||
Wolfgang Denk | 16a354f | 2010-10-26 00:08:35 +0200 | [diff] [blame] | 65 | /include/generated/ |
Wolfgang Denk | 16a354f | 2010-10-26 00:08:35 +0200 | [diff] [blame] | 66 | |
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 67 | # stgit generated dirs |
68 | patches-* | ||||
Jean-Christophe PLAGNIOL-VILLARD | 51ecde9 | 2008-04-12 14:08:45 +0200 | [diff] [blame] | 69 | .stgit-edit.txt |
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 70 | |
71 | # quilt's files | ||||
72 | patches | ||||
73 | series | ||||
74 | |||||
Mike Frysinger | bfa0af6 | 2008-11-02 01:18:18 -0400 | [diff] [blame] | 75 | # gdb files |
76 | .gdb_history | ||||
77 | |||||
Jean-Christophe PLAGNIOL-VILLARD | a2df4da | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 78 | # cscope files |
79 | cscope.* | ||||
Stefan Roese | f2302d4 | 2008-08-06 14:05:38 +0200 | [diff] [blame] | 80 | |
Markus Heidelberg | 650632f | 2008-09-09 17:31:46 +0200 | [diff] [blame] | 81 | # tags files |
Po-Yu Chuang | 082becd | 2009-07-10 18:25:34 +0800 | [diff] [blame] | 82 | /tags |
Markus Heidelberg | 650632f | 2008-09-09 17:31:46 +0200 | [diff] [blame] | 83 | /ctags |
84 | /etags | ||||
85 | |||||
Masahiro Yamada | 1dbdc76 | 2013-05-12 18:14:05 +0000 | [diff] [blame] | 86 | # gnu global files |
87 | GPATH | ||||
88 | GRTAGS | ||||
89 | GSYMS | ||||
90 | GTAGS | ||||
Masahiro Yamada | ea531e3 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 91 | |
92 | *.orig | ||||
93 | *~ | ||||
94 | \#*# | ||||
Simon Glass | 0d5adda | 2020-07-09 18:39:25 -0600 | [diff] [blame] | 95 | |
96 | # Python cache | ||||
97 | __pycache__ |