blob: 3df3139d236e686a697c157b7e70c3fa3e9d64bb [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#
Cooper Jr., Franklin1042cdf2017-06-16 17:25:13 -050038fit-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
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010044
45#
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090046# git files that we don't want to ignore even it they are dot-files
47#
48!.gitignore
49!.mailmap
50
51#
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010052# Generated files
53#
Masahiro Yamada1252d202014-06-09 15:14:11 +090054/spl/
Masahiro Yamada55f5d8a2013-11-26 18:05:45 +090055/tpl/
Bin Meng6b94c422015-07-31 00:24:39 -070056/defconfig
Masahiro Yamada55f5d8a2013-11-26 18:05:45 +090057
Masahiro Yamadab3ab82a2014-03-10 10:47:19 +090058#
59# Generated include files
60#
61/include/config/
Wolfgang Denk81aa2eb2010-10-26 00:08:35 +020062/include/generated/
Wolfgang Denk81aa2eb2010-10-26 00:08:35 +020063
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010064# stgit generated dirs
65patches-*
Jean-Christophe PLAGNIOL-VILLARDf4fe3482008-04-12 14:08:45 +020066.stgit-edit.txt
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010067
68# quilt's files
69patches
70series
71
Mike Frysinger633ae782008-11-02 01:18:18 -040072# gdb files
73.gdb_history
74
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010075# cscope files
76cscope.*
Stefan Roese37628252008-08-06 14:05:38 +020077
Markus Heidelberg18e33d22008-09-09 17:31:46 +020078# tags files
Po-Yu Chuangbc00f402009-07-10 18:25:34 +080079/tags
Markus Heidelberg18e33d22008-09-09 17:31:46 +020080/ctags
81/etags
82
Masahiro Yamadac15771a2013-05-12 18:14:05 +000083# gnu global files
84GPATH
85GRTAGS
86GSYMS
87GTAGS
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090088
89*.orig
90*~
91\#*#