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