Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 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 | 6cd0f71 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 6 | # Normal rules (sorted alphabetically) |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 7 | # |
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 8 | .* |
Maxim Cournoyer | 4023964 | 2023-01-13 08:50:50 -0500 | [diff] [blame] | 9 | !.checkpatch.conf |
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 10 | *.a |
Dario Binacchi | 88ef7c7 | 2019-12-29 13:47:32 +0100 | [diff] [blame] | 11 | *.asn1.[ch] |
Masahiro Yamada | 6cd0f71 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 12 | *.bin |
Baruch Siach | 52c9486 | 2018-06-21 09:03:00 +0300 | [diff] [blame] | 13 | *.cfgout |
Andrey Zhizhikin | a299fe1 | 2022-06-07 10:13:00 +0200 | [diff] [blame] | 14 | *.cover |
Masahiro Yamada | b290956 | 2018-06-11 16:21:50 +0900 | [diff] [blame] | 15 | *.dtb |
Michal Simek | 9a1deeb | 2019-02-21 07:48:54 +0100 | [diff] [blame] | 16 | *.dtbo |
Masahiro Yamada | b290956 | 2018-06-11 16:21:50 +0900 | [diff] [blame] | 17 | *.dtb.S |
Masahiro Yamada | 6cd0f71 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 18 | *.elf |
19 | *.exe | ||||
20 | *.gcda | ||||
21 | *.gcno | ||||
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 22 | *.i |
Michael Trimarchi | 6199626 | 2019-11-09 20:13:57 +0100 | [diff] [blame] | 23 | *.img |
Eugeniu Rosca | d57dd94 | 2018-05-19 14:13:50 +0200 | [diff] [blame] | 24 | *.lex.c |
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 25 | *.lst |
Masahiro Yamada | 6cd0f71 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 26 | *.mod.c |
Andrey Zhizhikin | a299fe1 | 2022-06-07 10:13:00 +0200 | [diff] [blame] | 27 | *.mbx |
Masahiro Yamada | 6cd0f71 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 28 | *.o |
29 | *.o.* | ||||
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 30 | *.order |
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 31 | *.patch |
Masahiro Yamada | 6cd0f71 | 2018-06-11 16:21:49 +0900 | [diff] [blame] | 32 | *.s |
33 | *.su | ||||
34 | *.swp | ||||
Eugeniu Rosca | d57dd94 | 2018-05-19 14:13:50 +0200 | [diff] [blame] | 35 | *.tab.[ch] |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 36 | |
Timo Ketola | 88760df | 2012-04-11 23:33:49 +0000 | [diff] [blame] | 37 | # Build tree |
Rong Tao | 8c6ab86 | 2023-09-04 10:50:04 +0800 | [diff] [blame] | 38 | /build* |
Timo Ketola | 88760df | 2012-04-11 23:33:49 +0000 | [diff] [blame] | 39 | |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 40 | # |
41 | # Top-level generic files | ||||
42 | # | ||||
Vagrant Cascadian | 9c94f50 | 2019-05-02 11:14:10 -0700 | [diff] [blame] | 43 | fit-dtb.blob* |
Justin Waters | 10777ac | 2013-07-11 09:55:01 -0400 | [diff] [blame] | 44 | /MLO* |
Sven Ebenfeld | 9964ebd | 2016-11-06 16:37:58 +0100 | [diff] [blame] | 45 | /SPL* |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 46 | /System.map |
Masahiro Yamada | 16329f5 | 2014-07-30 14:08:20 +0900 | [diff] [blame] | 47 | /boards.cfg |
John Clark | 313a485 | 2023-10-13 13:26:16 +0000 | [diff] [blame] | 48 | /mkimage-in-simple-bin* |
49 | /simple-bin* | ||||
50 | /u-boot* | ||||
Baruch Siach | f1cb4d6 | 2019-04-18 10:46:58 +0300 | [diff] [blame] | 51 | /*.log |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 52 | |
53 | # | ||||
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 54 | # git files that we don't want to ignore even it they are dot-files |
55 | # | ||||
56 | !.gitignore | ||||
57 | !.mailmap | ||||
Tom Rini | 707a35f | 2023-08-07 09:20:53 -0400 | [diff] [blame] | 58 | !.get_maintainer.* |
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 59 | |
60 | # | ||||
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 61 | # Generated files |
62 | # | ||||
Masahiro Yamada | 1252d20 | 2014-06-09 15:14:11 +0900 | [diff] [blame] | 63 | /spl/ |
Masahiro Yamada | 55f5d8a | 2013-11-26 18:05:45 +0900 | [diff] [blame] | 64 | /tpl/ |
Bin Meng | 6b94c42 | 2015-07-31 00:24:39 -0700 | [diff] [blame] | 65 | /defconfig |
Masahiro Yamada | 55f5d8a | 2013-11-26 18:05:45 +0900 | [diff] [blame] | 66 | |
Masahiro Yamada | b3ab82a | 2014-03-10 10:47:19 +0900 | [diff] [blame] | 67 | # |
68 | # Generated include files | ||||
69 | # | ||||
John Clark | 313a485 | 2023-10-13 13:26:16 +0000 | [diff] [blame] | 70 | /include/autoconf.mk* |
71 | /include/config.h | ||||
Masahiro Yamada | b3ab82a | 2014-03-10 10:47:19 +0900 | [diff] [blame] | 72 | /include/config/ |
Wolfgang Denk | 81aa2eb | 2010-10-26 00:08:35 +0200 | [diff] [blame] | 73 | /include/generated/ |
Wolfgang Denk | 81aa2eb | 2010-10-26 00:08:35 +0200 | [diff] [blame] | 74 | |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 75 | # stgit generated dirs |
76 | patches-* | ||||
Jean-Christophe PLAGNIOL-VILLARD | f4fe348 | 2008-04-12 14:08:45 +0200 | [diff] [blame] | 77 | .stgit-edit.txt |
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 78 | |
79 | # quilt's files | ||||
80 | patches | ||||
81 | series | ||||
82 | |||||
Mike Frysinger | 633ae78 | 2008-11-02 01:18:18 -0400 | [diff] [blame] | 83 | # gdb files |
84 | .gdb_history | ||||
85 | |||||
Jean-Christophe PLAGNIOL-VILLARD | 7a2bb68 | 2007-12-09 11:01:10 +0100 | [diff] [blame] | 86 | # cscope files |
87 | cscope.* | ||||
Stefan Roese | 3762825 | 2008-08-06 14:05:38 +0200 | [diff] [blame] | 88 | |
Markus Heidelberg | 18e33d2 | 2008-09-09 17:31:46 +0200 | [diff] [blame] | 89 | # tags files |
Po-Yu Chuang | bc00f40 | 2009-07-10 18:25:34 +0800 | [diff] [blame] | 90 | /tags |
Markus Heidelberg | 18e33d2 | 2008-09-09 17:31:46 +0200 | [diff] [blame] | 91 | /ctags |
92 | /etags | ||||
93 | |||||
Masahiro Yamada | c15771a | 2013-05-12 18:14:05 +0000 | [diff] [blame] | 94 | # gnu global files |
95 | GPATH | ||||
96 | GRTAGS | ||||
97 | GSYMS | ||||
98 | GTAGS | ||||
Masahiro Yamada | f6c1d01 | 2014-02-04 17:24:08 +0900 | [diff] [blame] | 99 | |
100 | *.orig | ||||
101 | *~ | ||||
102 | \#*# | ||||
Simon Glass | 0c66c08 | 2020-07-09 18:39:25 -0600 | [diff] [blame] | 103 | |
104 | # Python cache | ||||
105 | __pycache__ | ||||
Simon Glass | 890d848 | 2021-11-21 20:48:36 -0700 | [diff] [blame] | 106 | |
107 | # Python code coverage output (python3-coverage html) | ||||
108 | /htmlcov/ | ||||
Simon Glass | 8724dfc | 2021-11-21 20:48:40 -0700 | [diff] [blame] | 109 | |
110 | # pylint files | ||||
111 | /pylint.cur | ||||
112 | /pylint.out/ | ||||
Simon Glass | 1cada18 | 2023-01-15 14:15:38 -0700 | [diff] [blame] | 113 | |
Simon Glass | 8a37203 | 2023-09-23 13:44:15 -0600 | [diff] [blame] | 114 | # qconfig database |
115 | /qconfig.db | ||||
Joao Marcos Costa | 8436b1a | 2023-10-01 12:00:33 +0200 | [diff] [blame] | 116 | |
117 | # Clang's compilation database file | ||||
118 | /compile_commands.json |