blob: 4d4c48686fa2234fec1759918b286e1c5fb77079 [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
12*.elf
13*.exe
14*.gcda
15*.gcno
Masahiro Yamadaea531e32014-02-04 17:24:08 +090016*.i
Eugeniu Roscae91610d2018-05-19 14:13:50 +020017*.lex.c
Masahiro Yamadaea531e32014-02-04 17:24:08 +090018*.lst
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090019*.mod.c
20*.o
21*.o.*
Masahiro Yamadaea531e32014-02-04 17:24:08 +090022*.order
Masahiro Yamadaea531e32014-02-04 17:24:08 +090023*.patch
Masahiro Yamada3eb0fa42018-06-11 16:21:49 +090024*.s
25*.su
26*.swp
Eugeniu Roscae91610d2018-05-19 14:13:50 +020027*.tab.[ch]
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010028
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#
Masahiro Yamadac7163082014-06-09 15:14:11 +090051/spl/
Masahiro Yamada93f70df2013-11-26 18:05:45 +090052/tpl/
Bin Meng01124322015-07-31 00:24:39 -070053/defconfig
Masahiro Yamada93f70df2013-11-26 18:05:45 +090054
Masahiro Yamada1f659b22014-03-10 10:47:19 +090055#
56# Generated include files
57#
58/include/config/
Wolfgang Denk16a354f2010-10-26 00:08:35 +020059/include/generated/
Wolfgang Denk16a354f2010-10-26 00:08:35 +020060
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010061# stgit generated dirs
62patches-*
Jean-Christophe PLAGNIOL-VILLARD51ecde92008-04-12 14:08:45 +020063.stgit-edit.txt
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010064
65# quilt's files
66patches
67series
68
Mike Frysingerbfa0af62008-11-02 01:18:18 -040069# gdb files
70.gdb_history
71
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010072# cscope files
73cscope.*
Stefan Roesef2302d42008-08-06 14:05:38 +020074
Markus Heidelberg650632f2008-09-09 17:31:46 +020075# tags files
Po-Yu Chuang082becd2009-07-10 18:25:34 +080076/tags
Markus Heidelberg650632f2008-09-09 17:31:46 +020077/ctags
78/etags
79
Masahiro Yamada1dbdc762013-05-12 18:14:05 +000080# gnu global files
81GPATH
82GRTAGS
83GSYMS
84GTAGS
Masahiro Yamadaea531e32014-02-04 17:24:08 +090085
86*.orig
87*~
88\#*#