blob: d8b7b778449ef1ce61beeb6f3ec6f4450bb22496 [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.*
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +09009*.a
Masahiro Yamada6cd0f712018-06-11 16:21:49 +090010*.bin
Baruch Siach52c94862018-06-21 09:03:00 +030011*.cfgout
Masahiro Yamadab2909562018-06-11 16:21:50 +090012*.dtb
Michal Simek9a1deeb2019-02-21 07:48:54 +010013*.dtbo
Masahiro Yamadab2909562018-06-11 16:21:50 +090014*.dtb.S
Masahiro Yamada6cd0f712018-06-11 16:21:49 +090015*.elf
16*.exe
17*.gcda
18*.gcno
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090019*.i
Eugeniu Roscad57dd942018-05-19 14:13:50 +020020*.lex.c
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090021*.lst
Masahiro Yamada6cd0f712018-06-11 16:21:49 +090022*.mod.c
23*.o
24*.o.*
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090025*.order
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090026*.patch
Masahiro Yamada6cd0f712018-06-11 16:21:49 +090027*.s
28*.su
29*.swp
Eugeniu Roscad57dd942018-05-19 14:13:50 +020030*.tab.[ch]
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010031
Timo Ketola88760df2012-04-11 23:33:49 +000032# Build tree
33/build-*
34
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010035#
36# Top-level generic files
37#
Vagrant Cascadian9c94f502019-05-02 11:14:10 -070038fit-dtb.blob*
Justin Waters10777ac2013-07-11 09:55:01 -040039/MLO*
Sven Ebenfeld9964ebd2016-11-06 16:37:58 +010040/SPL*
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010041/System.map
Masahiro Yamadad034caf2014-02-20 17:43:07 +090042/u-boot*
Masahiro Yamada16329f52014-07-30 14:08:20 +090043/boards.cfg
Baruch Siachf1cb4d62019-04-18 10:46:58 +030044/*.log
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010045
46#
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090047# git files that we don't want to ignore even it they are dot-files
48#
49!.gitignore
50!.mailmap
51
52#
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010053# Generated files
54#
Masahiro Yamada1252d202014-06-09 15:14:11 +090055/spl/
Masahiro Yamada55f5d8a2013-11-26 18:05:45 +090056/tpl/
Bin Meng6b94c422015-07-31 00:24:39 -070057/defconfig
Masahiro Yamada55f5d8a2013-11-26 18:05:45 +090058
Masahiro Yamadab3ab82a2014-03-10 10:47:19 +090059#
60# Generated include files
61#
62/include/config/
Wolfgang Denk81aa2eb2010-10-26 00:08:35 +020063/include/generated/
Wolfgang Denk81aa2eb2010-10-26 00:08:35 +020064
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010065# stgit generated dirs
66patches-*
Jean-Christophe PLAGNIOL-VILLARDf4fe3482008-04-12 14:08:45 +020067.stgit-edit.txt
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010068
69# quilt's files
70patches
71series
72
Mike Frysinger633ae782008-11-02 01:18:18 -040073# gdb files
74.gdb_history
75
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010076# cscope files
77cscope.*
Stefan Roese37628252008-08-06 14:05:38 +020078
Markus Heidelberg18e33d22008-09-09 17:31:46 +020079# tags files
Po-Yu Chuangbc00f402009-07-10 18:25:34 +080080/tags
Markus Heidelberg18e33d22008-09-09 17:31:46 +020081/ctags
82/etags
83
Masahiro Yamadac15771a2013-05-12 18:14:05 +000084# gnu global files
85GPATH
86GRTAGS
87GSYMS
88GTAGS
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090089
90*.orig
91*~
92\#*#