mkimage: add UBL header support for booting davinci cpus
[pandora-u-boot.git] / .gitignore
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 /System.map
23 /u-boot
24 /u-boot.hex
25 /u-boot.imx
26 /u-boot.map
27 /u-boot.srec
28 /u-boot.ldr
29 /u-boot.ldr.hex
30 /u-boot.ldr.srec
31 /u-boot.img
32 /u-boot.kwb
33 /u-boot.sha1
34 /u-boot.dis
35 /u-boot.lds
36 /u-boot.ubl
37
38 #
39 # Generated files
40 #
41
42 *.depend
43 /LOG
44 /errlog
45 /reloc_off
46
47 /include/generated/
48 /lib/asm-offsets.s
49
50 # stgit generated dirs
51 patches-*
52 .stgit-edit.txt
53
54 # quilt's files
55 patches
56 series
57
58 # gdb files
59 .gdb_history
60
61 # cscope files
62 cscope.*
63
64 # tags files
65 /tags
66 /ctags
67 /etags
68
69 # OneNAND IPL files
70 /onenand_ipl/onenand-ipl*
71 /onenand_ipl/board/*/onenand*
72 /onenand_ipl/board/*/*.S