Commit 341d2c0e13d8bb177504b7ca16f2e6f555f78d4f

Authored by Justin Waters
Committed by Tom Rini
1 parent a3aa70afb7

Add additional MLO images to .gitignore

This rule catches images such as MLO.byteswap

Signed-off-by: Justin Waters <justin.waters@timesys.com>

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

1 # 1 #
2 # NOTE! Don't add files that are generated in specific 2 # NOTE! Don't add files that are generated in specific
3 # subdirectories here. Add them in the ".gitignore" file 3 # subdirectories here. Add them in the ".gitignore" file
4 # in that subdirectory instead. 4 # in that subdirectory instead.
5 # 5 #
6 # Normal rules 6 # Normal rules
7 # 7 #
8 8
9 *.rej 9 *.rej
10 *.orig 10 *.orig
11 *.a 11 *.a
12 *.o 12 *.o
13 *.su 13 *.su
14 *~ 14 *~
15 *.swp 15 *.swp
16 *.patch 16 *.patch
17 *.bin 17 *.bin
18 *.cfgtmp 18 *.cfgtmp
19 19
20 # Build tree 20 # Build tree
21 /build-* 21 /build-*
22 22
23 # 23 #
24 # Top-level generic files 24 # Top-level generic files
25 # 25 #
26 26
27 /MLO 27 /MLO*
28 /SPL 28 /SPL
29 /System.map 29 /System.map
30 /u-boot 30 /u-boot
31 /u-boot.hex 31 /u-boot.hex
32 /u-boot.imx 32 /u-boot.imx
33 /u-boot-with-spl.imx 33 /u-boot-with-spl.imx
34 /u-boot-with-nand-spl.imx 34 /u-boot-with-nand-spl.imx
35 /u-boot.map 35 /u-boot.map
36 /u-boot.srec 36 /u-boot.srec
37 /u-boot.ldr 37 /u-boot.ldr
38 /u-boot.ldr.hex 38 /u-boot.ldr.hex
39 /u-boot.ldr.srec 39 /u-boot.ldr.srec
40 /u-boot.img 40 /u-boot.img
41 /u-boot.kwb 41 /u-boot.kwb
42 /u-boot.sha1 42 /u-boot.sha1
43 /u-boot.dis 43 /u-boot.dis
44 /u-boot.lds 44 /u-boot.lds
45 /u-boot.ubl 45 /u-boot.ubl
46 /u-boot.ais 46 /u-boot.ais
47 /u-boot.dtb 47 /u-boot.dtb
48 /u-boot.sb 48 /u-boot.sb
49 /u-boot.bd 49 /u-boot.bd
50 /u-boot.geany 50 /u-boot.geany
51 51
52 # 52 #
53 # Generated files 53 # Generated files
54 # 54 #
55 55
56 *.depend* 56 *.depend*
57 /LOG 57 /LOG
58 /errlog 58 /errlog
59 /reloc_off 59 /reloc_off
60 60
61 /include/generated/ 61 /include/generated/
62 asm-offsets.s 62 asm-offsets.s
63 63
64 # stgit generated dirs 64 # stgit generated dirs
65 patches-* 65 patches-*
66 .stgit-edit.txt 66 .stgit-edit.txt
67 67
68 # quilt's files 68 # quilt's files
69 patches 69 patches
70 series 70 series
71 71
72 # gdb files 72 # gdb files
73 .gdb_history 73 .gdb_history
74 74
75 # cscope files 75 # cscope files
76 cscope.* 76 cscope.*
77 77
78 # tags files 78 # tags files
79 /tags 79 /tags
80 /ctags 80 /ctags
81 /etags 81 /etags
82 82
83 # gnu global files 83 # gnu global files
84 GPATH 84 GPATH
85 GRTAGS 85 GRTAGS
86 GSYMS 86 GSYMS
87 GTAGS 87 GTAGS
88 88
89 # spl ais files 89 # spl ais files
90 /spl/*.ais 90 /spl/*.ais
91 91