blob: c2f53fccb44af129f88dfc16b040af380d372167 [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
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010023
Timo Ketola88760df2012-04-11 23:33:49 +000024# Build tree
25/build-*
26
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010027#
28# Top-level generic files
29#
Justin Waters10777ac2013-07-11 09:55:01 -040030/MLO*
Benoît Thébaudeaud9cca722013-04-11 09:35:55 +000031/SPL
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010032/System.map
Masahiro Yamadad034caf2014-02-20 17:43:07 +090033/u-boot*
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010034
35#
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090036# git files that we don't want to ignore even it they are dot-files
37#
38!.gitignore
39!.mailmap
40
41#
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010042# Generated files
43#
44
Grant Likely2f0fef72007-09-24 09:05:30 -060045/LOG
46/errlog
47/reloc_off
48
Dan Murphya4cce932014-01-16 11:23:28 -060049/spl/*
Ralph Siemsena30bf792014-05-01 14:18:41 -040050!/spl/Makefile
Masahiro Yamada55f5d8a2013-11-26 18:05:45 +090051/tpl/
52
Masahiro Yamadab3ab82a2014-03-10 10:47:19 +090053#
54# Generated include files
55#
56/include/config/
Wolfgang Denk81aa2eb2010-10-26 00:08:35 +020057/include/generated/
Daniel Schwierzeck433a8102013-10-13 17:08:02 +020058/include/spl-autoconf.mk
59/include/tpl-autoconf.mk
Wolfgang Denk81aa2eb2010-10-26 00:08:35 +020060
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010061# stgit generated dirs
62patches-*
Jean-Christophe PLAGNIOL-VILLARDf4fe3482008-04-12 14:08:45 +020063.stgit-edit.txt
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010064
65# quilt's files
66patches
67series
68
Mike Frysinger633ae782008-11-02 01:18:18 -040069# gdb files
70.gdb_history
71
Jean-Christophe PLAGNIOL-VILLARD7a2bb682007-12-09 11:01:10 +010072# cscope files
73cscope.*
Stefan Roese37628252008-08-06 14:05:38 +020074
Markus Heidelberg18e33d22008-09-09 17:31:46 +020075# tags files
Po-Yu Chuangbc00f402009-07-10 18:25:34 +080076/tags
Markus Heidelberg18e33d22008-09-09 17:31:46 +020077/ctags
78/etags
79
Masahiro Yamadac15771a2013-05-12 18:14:05 +000080# gnu global files
81GPATH
82GRTAGS
83GSYMS
84GTAGS
Masahiro Yamadaf6c1d012014-02-04 17:24:08 +090085
86*.orig
87*~
88\#*#