xref: /openbmc/u-boot/.gitignore (revision 84683638)
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
19#
20# Top-level generic files
21#
22
23/MLO
24/System.map
25/u-boot
26/u-boot.hex
27/u-boot.imx
28/u-boot.map
29/u-boot.srec
30/u-boot.ldr
31/u-boot.ldr.hex
32/u-boot.ldr.srec
33/u-boot.img
34/u-boot.kwb
35/u-boot.sha1
36/u-boot.dis
37/u-boot.lds
38/u-boot.ubl
39/u-boot.ais
40/u-boot.dtb
41/u-boot.sb
42
43#
44# Generated files
45#
46
47*.depend*
48/LOG
49/errlog
50/reloc_off
51
52/include/generated/
53asm-offsets.s
54
55# stgit generated dirs
56patches-*
57.stgit-edit.txt
58
59# quilt's files
60patches
61series
62
63# gdb files
64.gdb_history
65
66# cscope files
67cscope.*
68
69# tags files
70/tags
71/ctags
72/etags
73
74# OneNAND IPL files
75/onenand_ipl/onenand-ipl*
76/onenand_ipl/board/*/onenand*
77/onenand_ipl/board/*/*.S
78