blob: 502a7e6ec703a624be17e8b3432b2dbe5801853a [file] [log] [blame]
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +01001#
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 Yamada6cd0f712018-06-11 16:21:49 +09006# Normal rules (sorted alphabetically)
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +01007#
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +09008.*
Maxim Cournoyer40239642023-01-13 08:50:50 -05009!.checkpatch.conf
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090010*.a
Dario Binacchi88ef7c72019-12-29 13:47:32 +010011*.asn1.[ch]
Masahiro Yamada6cd0f712018-06-11 16:21:49 +090012*.bin
Andrea Calabreseee51ea42024-04-17 18:24:34 +020013*.bin[_.]*
Baruch Siach52c94862018-06-21 09:03:00 +030014*.cfgout
Andrey Zhizhikina299fe12022-06-07 10:13:00 +020015*.cover
Masahiro Yamadab2909562018-06-11 16:21:50 +090016*.dtb
Michal Simek9a1deeb2019-02-21 07:48:54 +010017*.dtbo
Masahiro Yamadab2909562018-06-11 16:21:50 +090018*.dtb.S
Masahiro Yamada6cd0f712018-06-11 16:21:49 +090019*.elf
20*.exe
Andrea Calabreseee51ea42024-04-17 18:24:34 +020021*.fit
Masahiro Yamada6cd0f712018-06-11 16:21:49 +090022*.gcda
23*.gcno
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090024*.i
Michael Trimarchi61996262019-11-09 20:13:57 +010025*.img
Andrea Calabreseee51ea42024-04-17 18:24:34 +020026*.itb
Eugeniu Roscad57dd942018-05-19 14:13:50 +020027*.lex.c
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090028*.lst
Andrea Calabreseee51ea42024-04-17 18:24:34 +020029*.map
Masahiro Yamada6cd0f712018-06-11 16:21:49 +090030*.mod.c
Andrey Zhizhikina299fe12022-06-07 10:13:00 +020031*.mbx
Masahiro Yamada6cd0f712018-06-11 16:21:49 +090032*.o
33*.o.*
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090034*.order
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090035*.patch
Andrea Calabreseee51ea42024-04-17 18:24:34 +020036*.pem
Masahiro Yamada6cd0f712018-06-11 16:21:49 +090037*.s
38*.su
39*.swp
Eugeniu Roscad57dd942018-05-19 14:13:50 +020040*.tab.[ch]
Andrea Calabreseee51ea42024-04-17 18:24:34 +020041*.ti-*
Timo Ketola88760df2012-04-11 23:33:49 +000042# Build tree
Rong Tao8c6ab862023-09-04 10:50:04 +080043/build*
Timo Ketola88760df2012-04-11 23:33:49 +000044
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010045#
46# Top-level generic files
47#
Vagrant Cascadian9c94f502019-05-02 11:14:10 -070048fit-dtb.blob*
Justin Waters10777ac2013-07-11 09:55:01 -040049/MLO*
Sven Ebenfeld9964ebd2016-11-06 16:37:58 +010050/SPL*
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010051/System.map
Masahiro Yamada16329f52014-07-30 14:08:20 +090052/boards.cfg
John Clark313a4852023-10-13 13:26:16 +000053/mkimage-in-simple-bin*
54/simple-bin*
55/u-boot*
Baruch Siachf1cb4d62019-04-18 10:46:58 +030056/*.log
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010057
58#
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090059# git files that we don't want to ignore even it they are dot-files
60#
61!.gitignore
62!.mailmap
Tom Rini707a35f2023-08-07 09:20:53 -040063!.get_maintainer.*
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090064
65#
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010066# Generated files
67#
Masahiro Yamada1252d202014-06-09 15:14:11 +090068/spl/
Masahiro Yamada55f5d8a2013-11-26 18:05:45 +090069/tpl/
Bin Meng6b94c422015-07-31 00:24:39 -070070/defconfig
Sam Protsenko55fe2742024-03-07 21:38:22 -060071/generated_defconfig
Sughosh Ganu04ebd682024-03-27 16:19:01 +053072/Test*
73/capsule.*.efi-capsule
74/capsule*.map
Robert Marko364dbf12024-04-23 13:05:40 +020075/keep-syms-lto.*
Marek Vasut96e614e2024-05-21 12:48:23 +020076/*imx8mimage*
77/*imx8mcst*
Masahiro Yamada55f5d8a2013-11-26 18:05:45 +090078
Masahiro Yamadab3ab82a2014-03-10 10:47:19 +090079#
80# Generated include files
81#
John Clark313a4852023-10-13 13:26:16 +000082/include/autoconf.mk*
83/include/config.h
Masahiro Yamadab3ab82a2014-03-10 10:47:19 +090084/include/config/
Wolfgang Denk81aa2eb2010-10-26 00:08:35 +020085/include/generated/
Wolfgang Denk81aa2eb2010-10-26 00:08:35 +020086
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010087# stgit generated dirs
88patches-*
Jean-Christophe PLAGNIOL-VILLARDf4fe3482008-04-12 14:08:45 +020089.stgit-edit.txt
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010090
91# quilt's files
92patches
93series
94
Mike Frysinger633ae782008-11-02 01:18:18 -040095# gdb files
96.gdb_history
97
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010098# cscope files
99cscope.*
Stefan Roese37628252008-08-06 14:05:38 +0200100
Markus Heidelberg18e33d22008-09-09 17:31:46 +0200101# tags files
Po-Yu Chuangbc00f402009-07-10 18:25:34 +0800102/tags
Markus Heidelberg18e33d22008-09-09 17:31:46 +0200103/ctags
104/etags
105
Masahiro Yamadac15771a2013-05-12 18:14:05 +0000106# gnu global files
107GPATH
108GRTAGS
109GSYMS
110GTAGS
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +0900111
112*.orig
113*~
114\#*#
Simon Glass0c66c082020-07-09 18:39:25 -0600115
116# Python cache
117__pycache__
Simon Glass890d8482021-11-21 20:48:36 -0700118
119# Python code coverage output (python3-coverage html)
120/htmlcov/
Simon Glass8724dfc2021-11-21 20:48:40 -0700121
122# pylint files
123/pylint.cur
124/pylint.out/
Simon Glass1cada182023-01-15 14:15:38 -0700125
Simon Glass8a372032023-09-23 13:44:15 -0600126# qconfig database
127/qconfig.db
Joao Marcos Costa8436b1a2023-10-01 12:00:33 +0200128
129# Clang's compilation database file
130/compile_commands.json