blob: 6bb0adefa7b2ca100ce56fe7381465e1cd18abd4 [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
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090010*.bin
11*.cfgtmp
Masahiro Yamada28b538b2018-06-11 16:21:50 +090012*.dtb
13*.dtb.S
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090014*.elf
15*.exe
16*.gcda
17*.gcno
Masahiro Yamadaea531e32014-02-04 17:24:08 +090018*.i
Eugeniu Roscae91610d2018-05-19 14:13:50 +020019*.lex.c
Masahiro Yamadaea531e32014-02-04 17:24:08 +090020*.lst
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090021*.mod.c
22*.o
23*.o.*
Masahiro Yamadaea531e32014-02-04 17:24:08 +090024*.order
Masahiro Yamadaea531e32014-02-04 17:24:08 +090025*.patch
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090026*.s
27*.su
28*.swp
Eugeniu Roscae91610d2018-05-19 14:13:50 +020029*.tab.[ch]
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010030
Timo Ketola5941a612012-04-11 23:33:49 +000031# Build tree
32/build-*
33
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010034#
35# Top-level generic files
36#
Cooper Jr., Franklin6f59fb02017-06-16 17:25:13 -050037fit-dtb.blob
Justin Waters341d2c02013-07-11 09:55:01 -040038/MLO*
Sven Ebenfeld1f6a6642016-11-06 16:37:58 +010039/SPL*
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010040/System.map
Masahiro Yamada5d0f0152014-02-20 17:43:07 +090041/u-boot*
Masahiro Yamadaa2580eb2014-07-30 14:08:20 +090042/boards.cfg
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010043
44#
Masahiro Yamadaea531e32014-02-04 17:24:08 +090045# git files that we don't want to ignore even it they are dot-files
46#
47!.gitignore
48!.mailmap
49
50#
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010051# Generated files
52#
Masahiro Yamadac7163082014-06-09 15:14:11 +090053/spl/
Masahiro Yamada93f70df2013-11-26 18:05:45 +090054/tpl/
Bin Meng01124322015-07-31 00:24:39 -070055/defconfig
Masahiro Yamada93f70df2013-11-26 18:05:45 +090056
Masahiro Yamada1f659b22014-03-10 10:47:19 +090057#
58# Generated include files
59#
60/include/config/
Wolfgang Denk16a354f2010-10-26 00:08:35 +020061/include/generated/
Wolfgang Denk16a354f2010-10-26 00:08:35 +020062
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010063# stgit generated dirs
64patches-*
Jean-Christophe PLAGNIOL-VILLARD51ecde92008-04-12 14:08:45 +020065.stgit-edit.txt
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010066
67# quilt's files
68patches
69series
70
Mike Frysingerbfa0af62008-11-02 01:18:18 -040071# gdb files
72.gdb_history
73
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010074# cscope files
75cscope.*
Stefan Roesef2302d42008-08-06 14:05:38 +020076
Markus Heidelberg650632f2008-09-09 17:31:46 +020077# tags files
Po-Yu Chuang082becd2009-07-10 18:25:34 +080078/tags
Markus Heidelberg650632f2008-09-09 17:31:46 +020079/ctags
80/etags
81
Masahiro Yamada1dbdc762013-05-12 18:14:05 +000082# gnu global files
83GPATH
84GRTAGS
85GSYMS
86GTAGS
Masahiro Yamadaea531e32014-02-04 17:24:08 +090087
88*.orig
89*~
90\#*#