blob: f6f5dae3d4460f48c45c5d9b4b0e3f0b36e79060 [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
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010023
Masahiro Yamada7050f0d2014-06-06 20:46:45 +090024# host programs on Cygwin
25*.exe
26
Timo Ketola5941a612012-04-11 23:33:49 +000027# Build tree
28/build-*
29
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010030#
31# Top-level generic files
32#
Cooper Jr., Franklin6f59fb02017-06-16 17:25:13 -050033fit-dtb.blob
Justin Waters341d2c02013-07-11 09:55:01 -040034/MLO*
Sven Ebenfeld1f6a6642016-11-06 16:37:58 +010035/SPL*
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010036/System.map
Masahiro Yamada5d0f0152014-02-20 17:43:07 +090037/u-boot*
Masahiro Yamadaa2580eb2014-07-30 14:08:20 +090038/boards.cfg
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010039
40#
Masahiro Yamadaea531e32014-02-04 17:24:08 +090041# git files that we don't want to ignore even it they are dot-files
42#
43!.gitignore
44!.mailmap
45
46#
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010047# Generated files
48#
Grant Likely1b4aaff2007-09-24 09:05:30 -060049/LOG
Masahiro Yamadac7163082014-06-09 15:14:11 +090050/spl/
Masahiro Yamada93f70df2013-11-26 18:05:45 +090051/tpl/
Bin Meng01124322015-07-31 00:24:39 -070052/defconfig
Masahiro Yamada93f70df2013-11-26 18:05:45 +090053
Masahiro Yamada1f659b22014-03-10 10:47:19 +090054#
55# Generated include files
56#
57/include/config/
Wolfgang Denk16a354f2010-10-26 00:08:35 +020058/include/generated/
Wolfgang Denk16a354f2010-10-26 00:08:35 +020059
Philipp Tomsich34e2c282017-08-29 11:47:16 +020060# Since "ee95d10 fdt: Build the new python libfdt module", a number of
61# build artifacts and intermediated from the python libfdt module are
62# installed into the /tools directory.
63/tools/_libfdt.so
64/tools/libfdt.py
65/tools/libfdt.pyc
66/tools/libfdt_wrap.c
67
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010068# stgit generated dirs
69patches-*
Jean-Christophe PLAGNIOL-VILLARD51ecde92008-04-12 14:08:45 +020070.stgit-edit.txt
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010071
72# quilt's files
73patches
74series
75
Mike Frysingerbfa0af62008-11-02 01:18:18 -040076# gdb files
77.gdb_history
78
Jean-Christophe PLAGNIOL-VILLARDa2df4da2007-12-09 11:01:10 +010079# cscope files
80cscope.*
Stefan Roesef2302d42008-08-06 14:05:38 +020081
Markus Heidelberg650632f2008-09-09 17:31:46 +020082# tags files
Po-Yu Chuang082becd2009-07-10 18:25:34 +080083/tags
Markus Heidelberg650632f2008-09-09 17:31:46 +020084/ctags
85/etags
86
Masahiro Yamada1dbdc762013-05-12 18:14:05 +000087# gnu global files
88GPATH
89GRTAGS
90GSYMS
91GTAGS
Masahiro Yamadaea531e32014-02-04 17:24:08 +090092
93*.orig
94*~
95\#*#