blob: eb769f144c3d3a19e772db238b5d152363748742 [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.*
Masahiro Yamadaea531e32014-02-04 17:24:08 +09009*.a
Dario Binacchi8190d5a2019-12-29 13:47:32 +010010*.asn1.[ch]
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090011*.bin
Baruch Siach421be6f2018-06-21 09:03:00 +030012*.cfgout
Andrey Zhizhikin101a0f72022-06-07 10:13:00 +020013*.cover
Masahiro Yamada28b538b2018-06-11 16:21:50 +090014*.dtb
Michal Simek0a857302019-02-21 07:48:54 +010015*.dtbo
Masahiro Yamada28b538b2018-06-11 16:21:50 +090016*.dtb.S
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090017*.elf
18*.exe
19*.gcda
20*.gcno
Masahiro Yamadaea531e32014-02-04 17:24:08 +090021*.i
Michael Trimarchid25a2d32019-11-09 20:13:57 +010022*.img
Eugeniu Roscae91610d2018-05-19 14:13:50 +020023*.lex.c
Masahiro Yamadaea531e32014-02-04 17:24:08 +090024*.lst
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090025*.mod.c
Andrey Zhizhikin101a0f72022-06-07 10:13:00 +020026*.mbx
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090027*.o
28*.o.*
Masahiro Yamadaea531e32014-02-04 17:24:08 +090029*.order
Masahiro Yamadaea531e32014-02-04 17:24:08 +090030*.patch
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090031*.s
32*.su
33*.swp
Eugeniu Roscae91610d2018-05-19 14:13:50 +020034*.tab.[ch]
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010035
Timo Ketola5941a612012-04-11 23:33:49 +000036# Build tree
37/build-*
38
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010039#
40# Top-level generic files
41#
Vagrant Cascadianc6833e72019-05-02 11:14:10 -070042fit-dtb.blob*
Justin Waters341d2c02013-07-11 09:55:01 -040043/MLO*
Sven Ebenfeld1f6a6642016-11-06 16:37:58 +010044/SPL*
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010045/System.map
Masahiro Yamada5d0f0152014-02-20 17:43:07 +090046/u-boot*
Masahiro Yamadaa2580eb2014-07-30 14:08:20 +090047/boards.cfg
Baruch Siach71d8e1b2019-04-18 10:46:58 +030048/*.log
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010049
50#
Masahiro Yamadaea531e32014-02-04 17:24:08 +090051# git files that we don't want to ignore even it they are dot-files
52#
53!.gitignore
54!.mailmap
55
56#
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010057# Generated files
58#
Masahiro Yamadac7163082014-06-09 15:14:11 +090059/spl/
Masahiro Yamada93f70df2013-11-26 18:05:45 +090060/tpl/
Bin Meng01124322015-07-31 00:24:39 -070061/defconfig
Masahiro Yamada93f70df2013-11-26 18:05:45 +090062
Masahiro Yamada1f659b22014-03-10 10:47:19 +090063#
64# Generated include files
65#
66/include/config/
Wolfgang Denk16a354f2010-10-26 00:08:35 +020067/include/generated/
Wolfgang Denk16a354f2010-10-26 00:08:35 +020068
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010069# stgit generated dirs
70patches-*
Jean-Christophe PLAGNIOL-VILLARD51ecde92008-04-12 14:08:45 +020071.stgit-edit.txt
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010072
73# quilt's files
74patches
75series
76
Mike Frysingerbfa0af62008-11-02 01:18:18 -040077# gdb files
78.gdb_history
79
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010080# cscope files
81cscope.*
Stefan Roesef2302d42008-08-06 14:05:38 +020082
Markus Heidelberg650632f2008-09-09 17:31:46 +020083# tags files
Po-Yu Chuang082becd2009-07-10 18:25:34 +080084/tags
Markus Heidelberg650632f2008-09-09 17:31:46 +020085/ctags
86/etags
87
Masahiro Yamada1dbdc762013-05-12 18:14:05 +000088# gnu global files
89GPATH
90GRTAGS
91GSYMS
92GTAGS
Masahiro Yamadaea531e32014-02-04 17:24:08 +090093
94*.orig
95*~
96\#*#
Simon Glass0d5adda2020-07-09 18:39:25 -060097
98# Python cache
99__pycache__
Simon Glassf0198f72021-11-21 20:48:36 -0700100
101# Python code coverage output (python3-coverage html)
102/htmlcov/
Simon Glassfeafc612021-11-21 20:48:40 -0700103
104# pylint files
105/pylint.cur
106/pylint.out/