xref: /openbmc/u-boot/.gitignore (revision a79854a9)
1#
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
10*.orig
11*.a
12*.o
13*.su
14*~
15*.swp
16*.patch
17*.bin
18*.cfgtmp
19*.dts.tmp
20
21# Build tree
22/build-*
23
24#
25# Top-level generic files
26#
27
28/MLO*
29/SPL
30/System.map
31/u-boot
32/u-boot.hex
33/u-boot.imx
34/u-boot-with-spl.imx
35/u-boot-with-nand-spl.imx
36/u-boot.map
37/u-boot.srec
38/u-boot.ldr
39/u-boot.ldr.hex
40/u-boot.ldr.srec
41/u-boot.img
42/u-boot.kwb
43/u-boot.sha1
44/u-boot.dis
45/u-boot.lds
46/u-boot.ubl
47/u-boot.ais
48/u-boot.dtb
49/u-boot.sb
50/u-boot.bd
51/u-boot.geany
52
53#
54# Generated files
55#
56
57*.depend*
58/LOG
59/errlog
60/reloc_off
61
62/include/generated/
63/include/spl-autoconf.mk
64/include/tpl-autoconf.mk
65asm-offsets.s
66
67# stgit generated dirs
68patches-*
69.stgit-edit.txt
70
71# quilt's files
72patches
73series
74
75# gdb files
76.gdb_history
77
78# cscope files
79cscope.*
80
81# tags files
82/tags
83/ctags
84/etags
85
86# gnu global files
87GPATH
88GRTAGS
89GSYMS
90GTAGS
91
92# spl ais files
93/spl/*.ais
94