blob: 860b17931794b380c97c7ed28d3767ee43c87327 [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#
6# Normal rules
7#
Masahiro Yamadaea531e32014-02-04 17:24:08 +09008.*
Grant Likely1b4aaff2007-09-24 09:05:30 -06009*.o
Masahiro Yamadaea531e32014-02-04 17:24:08 +090010*.o.*
11*.a
12*.s
Tom Rini667c9a82012-02-14 07:29:36 +000013*.su
Masahiro Yamadaea531e32014-02-04 17:24:08 +090014*.mod.c
15*.i
Eugeniu Roscae91610d2018-05-19 14:13:50 +020016*.lex.c
Masahiro Yamadaea531e32014-02-04 17:24:08 +090017*.lst
18*.order
19*.elf
Markus Heidelberg650632f2008-09-09 17:31:46 +020020*.swp
ecc5d1ee002011-05-20 15:33:47 +000021*.bin
Masahiro Yamadaea531e32014-02-04 17:24:08 +090022*.patch
Troy Kisky71a988a2013-01-18 16:14:24 +000023*.cfgtmp
Eugeniu Roscae91610d2018-05-19 14:13:50 +020024*.tab.[ch]
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010025
Masahiro Yamada7050f0d2014-06-06 20:46:45 +090026# host programs on Cygwin
27*.exe
28
Timo Ketola5941a612012-04-11 23:33:49 +000029# Build tree
30/build-*
31
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010032#
33# Top-level generic files
34#
Cooper Jr., Franklin6f59fb02017-06-16 17:25:13 -050035fit-dtb.blob
Justin Waters341d2c02013-07-11 09:55:01 -040036/MLO*
Sven Ebenfeld1f6a6642016-11-06 16:37:58 +010037/SPL*
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010038/System.map
Masahiro Yamada5d0f0152014-02-20 17:43:07 +090039/u-boot*
Masahiro Yamadaa2580eb2014-07-30 14:08:20 +090040/boards.cfg
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010041
42#
Masahiro Yamadaea531e32014-02-04 17:24:08 +090043# git files that we don't want to ignore even it they are dot-files
44#
45!.gitignore
46!.mailmap
47
48#
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010049# Generated files
50#
Grant Likely1b4aaff2007-09-24 09:05:30 -060051/LOG
Masahiro Yamadac7163082014-06-09 15:14:11 +090052/spl/
Masahiro Yamada93f70df2013-11-26 18:05:45 +090053/tpl/
Bin Meng01124322015-07-31 00:24:39 -070054/defconfig
Masahiro Yamada93f70df2013-11-26 18:05:45 +090055
Masahiro Yamada1f659b22014-03-10 10:47:19 +090056#
57# Generated include files
58#
59/include/config/
Wolfgang Denk16a354f2010-10-26 00:08:35 +020060/include/generated/
Wolfgang Denk16a354f2010-10-26 00:08:35 +020061
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010062# stgit generated dirs
63patches-*
Jean-Christophe PLAGNIOL-VILLARD51ecde92008-04-12 14:08:45 +020064.stgit-edit.txt
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010065
66# quilt's files
67patches
68series
69
Mike Frysingerbfa0af62008-11-02 01:18:18 -040070# gdb files
71.gdb_history
72
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010073# cscope files
74cscope.*
Stefan Roesef2302d42008-08-06 14:05:38 +020075
Markus Heidelberg650632f2008-09-09 17:31:46 +020076# tags files
Po-Yu Chuang082becd2009-07-10 18:25:34 +080077/tags
Markus Heidelberg650632f2008-09-09 17:31:46 +020078/ctags
79/etags
80
Masahiro Yamada1dbdc762013-05-12 18:14:05 +000081# gnu global files
82GPATH
83GRTAGS
84GSYMS
85GTAGS
Masahiro Yamadaea531e32014-02-04 17:24:08 +090086
87*.orig
88*~
89\#*#
Christian Gmeiner52ff8022018-04-09 17:11:45 +020090
91# gcc code coverage files
92*.gcda
93*.gcno