blob: a1f07f00c675ac58197ab7d0eb5b227784257b91 [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#
6# Normal rules
7#
8
9*.rej
Grant Likely2f0fef72007-09-24 09:05:30 -060010*.orig
11*.a
12*.o
Tom Rini78b28932012-02-14 07:29:36 +000013*.su
Niklaus Giger1893d742008-01-21 16:46:00 +010014*~
Markus Heidelberg18e33d22008-09-09 17:31:46 +020015*.swp
Jean-Christophe PLAGNIOL-VILLARDf4fe3482008-04-12 14:08:45 +020016*.patch
eccb96ef762011-05-20 15:33:47 +000017*.bin
Troy Kiskya18d7862013-01-18 16:14:24 +000018*.cfgtmp
Stephen Warrenac6afaf2013-07-24 10:09:18 -070019*.dts.tmp
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010020
Timo Ketola88760df2012-04-11 23:33:49 +000021# Build tree
22/build-*
23
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010024#
25# Top-level generic files
26#
27
Justin Waters10777ac2013-07-11 09:55:01 -040028/MLO*
Benoît Thébaudeaud9cca722013-04-11 09:35:55 +000029/SPL
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010030/System.map
Grant Likely2f0fef72007-09-24 09:05:30 -060031/u-boot
Mike Frysinger908e7762008-02-04 19:26:57 -050032/u-boot.hex
Stefano Babica07894c2010-12-28 10:23:27 +010033/u-boot.imx
Benoît Thébaudeaub2c79202013-04-11 09:35:56 +000034/u-boot-with-spl.imx
Benoît Thébaudeau393b98d2013-04-11 09:35:57 +000035/u-boot-with-nand-spl.imx
Grant Likely2f0fef72007-09-24 09:05:30 -060036/u-boot.map
Grant Likely2f0fef72007-09-24 09:05:30 -060037/u-boot.srec
Mike Frysinger908e7762008-02-04 19:26:57 -050038/u-boot.ldr
39/u-boot.ldr.hex
40/u-boot.ldr.srec
eccb96ef762011-05-20 15:33:47 +000041/u-boot.img
42/u-boot.kwb
43/u-boot.sha1
44/u-boot.dis
Mike Frysingerc5f53112009-08-22 19:48:56 -040045/u-boot.lds
Heiko Schocher58cb84d2011-07-16 00:06:42 +000046/u-boot.ubl
Christian Rieschbd25f062011-12-09 09:47:39 +000047/u-boot.ais
Simon Glass5cb34db2011-10-24 19:15:31 +000048/u-boot.dtb
Marek Vasutb0d62962011-11-08 23:18:19 +000049/u-boot.sb
Marek Vasute07153e2013-04-28 14:18:49 +000050/u-boot.bd
Timo Ketola88760df2012-04-11 23:33:49 +000051/u-boot.geany
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010052
53#
54# Generated files
55#
56
Simon Glass935c5bc2011-10-07 13:53:49 +000057*.depend*
Grant Likely2f0fef72007-09-24 09:05:30 -060058/LOG
59/errlog
60/reloc_off
61
Masahiro Yamada55f5d8a2013-11-26 18:05:45 +090062/spl/
63!/spl/Makefile
64/tpl/
65
Wolfgang Denk81aa2eb2010-10-26 00:08:35 +020066/include/generated/
Daniel Schwierzeck433a8102013-10-13 17:08:02 +020067/include/spl-autoconf.mk
68/include/tpl-autoconf.mk
Laurence Withersf2435c62011-09-30 12:09:39 +000069asm-offsets.s
Wolfgang Denk81aa2eb2010-10-26 00:08:35 +020070
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010071# stgit generated dirs
72patches-*
Jean-Christophe PLAGNIOL-VILLARDf4fe3482008-04-12 14:08:45 +020073.stgit-edit.txt
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010074
75# quilt's files
76patches
77series
78
Mike Frysinger633ae782008-11-02 01:18:18 -040079# gdb files
80.gdb_history
81
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010082# cscope files
83cscope.*
Stefan Roese37628252008-08-06 14:05:38 +020084
Markus Heidelberg18e33d22008-09-09 17:31:46 +020085# tags files
Po-Yu Chuangbc00f402009-07-10 18:25:34 +080086/tags
Markus Heidelberg18e33d22008-09-09 17:31:46 +020087/ctags
88/etags
89
Masahiro Yamadac15771a2013-05-12 18:14:05 +000090# gnu global files
91GPATH
92GRTAGS
93GSYMS
94GTAGS