blob: b61358645886e41cfaefc8d3e5d8aa34ab4764ea [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#
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +09008.*
Grant Likely2f0fef72007-09-24 09:05:30 -06009*.o
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090010*.o.*
11*.a
12*.s
Tom Rini78b28932012-02-14 07:29:36 +000013*.su
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090014*.mod.c
15*.i
16*.lst
17*.order
18*.elf
Markus Heidelberg18e33d22008-09-09 17:31:46 +020019*.swp
eccb96ef762011-05-20 15:33:47 +000020*.bin
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090021*.patch
Troy Kiskya18d7862013-01-18 16:14:24 +000022*.cfgtmp
Stephen Warrenac6afaf2013-07-24 10:09:18 -070023*.dts.tmp
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010024
Timo Ketola88760df2012-04-11 23:33:49 +000025# Build tree
26/build-*
27
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010028#
29# Top-level generic files
30#
Justin Waters10777ac2013-07-11 09:55:01 -040031/MLO*
Benoît Thébaudeaud9cca722013-04-11 09:35:55 +000032/SPL
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010033/System.map
Grant Likely2f0fef72007-09-24 09:05:30 -060034/u-boot
Mike Frysinger908e7762008-02-04 19:26:57 -050035/u-boot.hex
Stefano Babica07894c2010-12-28 10:23:27 +010036/u-boot.imx
Benoît Thébaudeaub2c79202013-04-11 09:35:56 +000037/u-boot-with-spl.imx
Benoît Thébaudeau393b98d2013-04-11 09:35:57 +000038/u-boot-with-nand-spl.imx
Grant Likely2f0fef72007-09-24 09:05:30 -060039/u-boot.map
Grant Likely2f0fef72007-09-24 09:05:30 -060040/u-boot.srec
Mike Frysinger908e7762008-02-04 19:26:57 -050041/u-boot.ldr
42/u-boot.ldr.hex
43/u-boot.ldr.srec
eccb96ef762011-05-20 15:33:47 +000044/u-boot.img
45/u-boot.kwb
46/u-boot.sha1
47/u-boot.dis
Mike Frysingerc5f53112009-08-22 19:48:56 -040048/u-boot.lds
Heiko Schocher58cb84d2011-07-16 00:06:42 +000049/u-boot.ubl
Christian Rieschbd25f062011-12-09 09:47:39 +000050/u-boot.ais
Simon Glass5cb34db2011-10-24 19:15:31 +000051/u-boot.dtb
Marek Vasutb0d62962011-11-08 23:18:19 +000052/u-boot.sb
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010053
54#
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090055# git files that we don't want to ignore even it they are dot-files
56#
57!.gitignore
58!.mailmap
59
60#
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010061# Generated files
62#
63
Simon Glass935c5bc2011-10-07 13:53:49 +000064*.depend*
Grant Likely2f0fef72007-09-24 09:05:30 -060065/LOG
66/errlog
67/reloc_off
68
Masahiro Yamada55f5d8a2013-11-26 18:05:45 +090069!/spl/Makefile
Dan Murphya4cce932014-01-16 11:23:28 -060070/spl/*
Masahiro Yamada55f5d8a2013-11-26 18:05:45 +090071/tpl/
72
Wolfgang Denk81aa2eb2010-10-26 00:08:35 +020073/include/generated/
Daniel Schwierzeck433a8102013-10-13 17:08:02 +020074/include/spl-autoconf.mk
75/include/tpl-autoconf.mk
Wolfgang Denk81aa2eb2010-10-26 00:08:35 +020076
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010077# stgit generated dirs
78patches-*
Jean-Christophe PLAGNIOL-VILLARDf4fe3482008-04-12 14:08:45 +020079.stgit-edit.txt
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010080
81# quilt's files
82patches
83series
84
Mike Frysinger633ae782008-11-02 01:18:18 -040085# gdb files
86.gdb_history
87
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010088# cscope files
89cscope.*
Stefan Roese37628252008-08-06 14:05:38 +020090
Markus Heidelberg18e33d22008-09-09 17:31:46 +020091# tags files
Po-Yu Chuangbc00f402009-07-10 18:25:34 +080092/tags
Markus Heidelberg18e33d22008-09-09 17:31:46 +020093/ctags
94/etags
95
Masahiro Yamadac15771a2013-05-12 18:14:05 +000096# gnu global files
97GPATH
98GRTAGS
99GSYMS
100GTAGS
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +0900101
102*.orig
103*~
104\#*#