blob: 24019b373750a8f6f48b877a5f63267e3b316827 [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#
6# Normal rules
7#
Masahiro Yamadaea531e32014-02-04 17:24:08 +09008.*
Grant Likely1b4aaff2007-09-24 09:05:30 -06009*.o
Masahiro Yamadaea531e32014-02-04 17:24:08 +090010*.o.*
11*.a
12*.s
Tom Rini667c9a82012-02-14 07:29:36 +000013*.su
Masahiro Yamadaea531e32014-02-04 17:24:08 +090014*.mod.c
15*.i
16*.lst
17*.order
18*.elf
Markus Heidelberg650632f2008-09-09 17:31:46 +020019*.swp
ecc5d1ee002011-05-20 15:33:47 +000020*.bin
Masahiro Yamadaea531e32014-02-04 17:24:08 +090021*.patch
Troy Kisky71a988a2013-01-18 16:14:24 +000022*.cfgtmp
Stephen Warrencc4f4272013-07-24 10:09:18 -070023*.dts.tmp
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010024
Timo Ketola5941a612012-04-11 23:33:49 +000025# Build tree
26/build-*
27
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010028#
29# Top-level generic files
30#
Justin Waters341d2c02013-07-11 09:55:01 -040031/MLO*
Benoît Thébaudeau600ed322013-04-11 09:35:55 +000032/SPL
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010033/System.map
Grant Likely1b4aaff2007-09-24 09:05:30 -060034/u-boot
Mike Frysinger94a91e22008-02-04 19:26:57 -050035/u-boot.hex
Stefano Babicc9914402010-12-28 10:23:27 +010036/u-boot.imx
Benoît Thébaudeauba597602013-04-11 09:35:56 +000037/u-boot-with-spl.imx
Benoît Thébaudeau7d5a5c72013-04-11 09:35:57 +000038/u-boot-with-nand-spl.imx
Grant Likely1b4aaff2007-09-24 09:05:30 -060039/u-boot.map
Grant Likely1b4aaff2007-09-24 09:05:30 -060040/u-boot.srec
Mike Frysinger94a91e22008-02-04 19:26:57 -050041/u-boot.ldr
42/u-boot.ldr.hex
43/u-boot.ldr.srec
ecc5d1ee002011-05-20 15:33:47 +000044/u-boot.img
45/u-boot.kwb
46/u-boot.sha1
47/u-boot.dis
Mike Frysinger4d3758c2009-08-22 19:48:56 -040048/u-boot.lds
Heiko Schocher7816f2c2011-07-16 00:06:42 +000049/u-boot.ubl
Christian Rieschd36d8852011-12-09 09:47:39 +000050/u-boot.ais
Simon Glass2c0f79e2011-10-24 19:15:31 +000051/u-boot.dtb
Marek Vasut30b9b932011-11-08 23:18:19 +000052/u-boot.sb
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010053
54#
Masahiro Yamadaea531e32014-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-VILLARDa2df4da2007-12-09 11:01:10 +010061# Generated files
62#
63
Grant Likely1b4aaff2007-09-24 09:05:30 -060064/LOG
65/errlog
66/reloc_off
67
Masahiro Yamada93f70df2013-11-26 18:05:45 +090068!/spl/Makefile
Dan Murphy86a8b3a2014-01-16 11:23:28 -060069/spl/*
Masahiro Yamada93f70df2013-11-26 18:05:45 +090070/tpl/
71
Wolfgang Denk16a354f2010-10-26 00:08:35 +020072/include/generated/
Daniel Schwierzeck010d54c2013-10-13 17:08:02 +020073/include/spl-autoconf.mk
74/include/tpl-autoconf.mk
Wolfgang Denk16a354f2010-10-26 00:08:35 +020075
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010076# stgit generated dirs
77patches-*
Jean-Christophe PLAGNIOL-VILLARD51ecde92008-04-12 14:08:45 +020078.stgit-edit.txt
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010079
80# quilt's files
81patches
82series
83
Mike Frysingerbfa0af62008-11-02 01:18:18 -040084# gdb files
85.gdb_history
86
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010087# cscope files
88cscope.*
Stefan Roesef2302d42008-08-06 14:05:38 +020089
Markus Heidelberg650632f2008-09-09 17:31:46 +020090# tags files
Po-Yu Chuang082becd2009-07-10 18:25:34 +080091/tags
Markus Heidelberg650632f2008-09-09 17:31:46 +020092/ctags
93/etags
94
Masahiro Yamada1dbdc762013-05-12 18:14:05 +000095# gnu global files
96GPATH
97GRTAGS
98GSYMS
99GTAGS
Masahiro Yamadaea531e32014-02-04 17:24:08 +0900100
101*.orig
102*~
103\#*#