blob: a1a79e92feeffd689a983404723eb1d1f3e58d66 [file] [log] [blame]
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-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 Yamada3eb0fa42018-06-11 16:21:49 +09006# Normal rules (sorted alphabetically)
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +01007#
Masahiro Yamadaea531e32014-02-04 17:24:08 +09008.*
Maxim Cournoyer4c590782023-01-13 08:50:50 -05009!.checkpatch.conf
Masahiro Yamadaea531e32014-02-04 17:24:08 +090010*.a
Dario Binacchi8190d5a2019-12-29 13:47:32 +010011*.asn1.[ch]
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090012*.bin
Baruch Siach421be6f2018-06-21 09:03:00 +030013*.cfgout
Andrey Zhizhikin101a0f72022-06-07 10:13:00 +020014*.cover
Masahiro Yamada28b538b2018-06-11 16:21:50 +090015*.dtb
Michal Simek0a857302019-02-21 07:48:54 +010016*.dtbo
Masahiro Yamada28b538b2018-06-11 16:21:50 +090017*.dtb.S
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090018*.elf
19*.exe
20*.gcda
21*.gcno
Masahiro Yamadaea531e32014-02-04 17:24:08 +090022*.i
Michael Trimarchid25a2d32019-11-09 20:13:57 +010023*.img
Eugeniu Roscae91610d2018-05-19 14:13:50 +020024*.lex.c
Masahiro Yamadaea531e32014-02-04 17:24:08 +090025*.lst
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090026*.mod.c
Andrey Zhizhikin101a0f72022-06-07 10:13:00 +020027*.mbx
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090028*.o
29*.o.*
Masahiro Yamadaea531e32014-02-04 17:24:08 +090030*.order
Masahiro Yamadaea531e32014-02-04 17:24:08 +090031*.patch
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090032*.s
33*.su
34*.swp
Eugeniu Roscae91610d2018-05-19 14:13:50 +020035*.tab.[ch]
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010036
Timo Ketola5941a612012-04-11 23:33:49 +000037# Build tree
Rong Tao06e00f52023-09-04 10:50:04 +080038/build*
Timo Ketola5941a612012-04-11 23:33:49 +000039
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010040#
41# Top-level generic files
42#
Vagrant Cascadianc6833e72019-05-02 11:14:10 -070043fit-dtb.blob*
Justin Waters341d2c02013-07-11 09:55:01 -040044/MLO*
Sven Ebenfeld1f6a6642016-11-06 16:37:58 +010045/SPL*
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010046/System.map
Masahiro Yamadaa2580eb2014-07-30 14:08:20 +090047/boards.cfg
John Clark801c4822023-10-13 13:26:16 +000048/mkimage-in-simple-bin*
49/simple-bin*
50/u-boot*
Baruch Siach71d8e1b2019-04-18 10:46:58 +030051/*.log
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010052
53#
Masahiro Yamadaea531e32014-02-04 17:24:08 +090054# git files that we don't want to ignore even it they are dot-files
55#
56!.gitignore
57!.mailmap
Tom Rini2940b522023-08-07 09:20:53 -040058!.get_maintainer.*
Masahiro Yamadaea531e32014-02-04 17:24:08 +090059
60#
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010061# Generated files
62#
Masahiro Yamadac7163082014-06-09 15:14:11 +090063/spl/
John Clark801c4822023-10-13 13:26:16 +000064/tools/generated/
Masahiro Yamada93f70df2013-11-26 18:05:45 +090065/tpl/
Bin Meng01124322015-07-31 00:24:39 -070066/defconfig
Masahiro Yamada93f70df2013-11-26 18:05:45 +090067
Masahiro Yamada1f659b22014-03-10 10:47:19 +090068#
69# Generated include files
70#
John Clark801c4822023-10-13 13:26:16 +000071/include/autoconf.mk*
72/include/config.h
Masahiro Yamada1f659b22014-03-10 10:47:19 +090073/include/config/
Wolfgang Denk16a354f2010-10-26 00:08:35 +020074/include/generated/
Wolfgang Denk16a354f2010-10-26 00:08:35 +020075
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010076# stgit generated dirs
77patches-*
Jean-Christophe PLAGNIOL-VILLARD51ecde92008-04-12 14:08:45 +020078.stgit-edit.txt
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010079
80# quilt's files
81patches
82series
83
Mike Frysingerbfa0af62008-11-02 01:18:18 -040084# gdb files
85.gdb_history
86
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010087# cscope files
88cscope.*
Stefan Roesef2302d42008-08-06 14:05:38 +020089
Markus Heidelberg650632f2008-09-09 17:31:46 +020090# tags files
Po-Yu Chuang082becd2009-07-10 18:25:34 +080091/tags
Markus Heidelberg650632f2008-09-09 17:31:46 +020092/ctags
93/etags
94
Masahiro Yamada1dbdc762013-05-12 18:14:05 +000095# gnu global files
96GPATH
97GRTAGS
98GSYMS
99GTAGS
Masahiro Yamadaea531e32014-02-04 17:24:08 +0900100
101*.orig
102*~
103\#*#
Simon Glass0d5adda2020-07-09 18:39:25 -0600104
105# Python cache
106__pycache__
Simon Glassf0198f72021-11-21 20:48:36 -0700107
108# Python code coverage output (python3-coverage html)
109/htmlcov/
Simon Glassfeafc612021-11-21 20:48:40 -0700110
111# pylint files
112/pylint.cur
113/pylint.out/
Simon Glass41cd6fa2023-01-15 14:15:38 -0700114
Simon Glass51963792023-09-23 13:44:15 -0600115# qconfig database
116/qconfig.db
Joao Marcos Costab703bda2023-10-01 12:00:33 +0200117
118# Clang's compilation database file
119/compile_commands.json