mbr: share the mbr structure
[kernel/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 *.tar
17
18 #
19 # Top-level generic files
20 #
21
22 /System.map
23 /u-boot
24 /u-boot.hex
25 /u-boot.map
26 /u-boot.bin
27 /u-boot.srec
28 /u-boot.ldr
29 /u-boot.ldr.hex
30 /u-boot.ldr.srec
31 /u-boot.lds
32 /u-boot-onenand.bin
33 /u-boot-onenand-evt0.bin
34 /u-boot-onenand-evt1.bin
35 /u-boot-onenand-evt1-fused.bin
36 /u-boot-mmc.bin
37 /u-boot-mmc-evt0.bin
38 /u-boot-mmc-evt1.bin
39 /u-boot-mmc-evt1-fused.bin
40 /u-boot-recovery.bin
41 /u-boot-recovery-evt0.bin
42 /u-boot-recovery-evt1.bin
43 /u-boot-recovery-evt1-fused.bin
44 /u-boot-flexonenand.bin
45
46 #
47 # Generated files
48 #
49
50 *.depend
51 /LOG
52 /errlog
53 /reloc_off
54
55 # stgit generated dirs
56 patches-*
57 .stgit-edit.txt
58
59 # quilt's files
60 patches
61 series
62
63 # gdb files
64 .gdb_history
65
66 # cscope files
67 cscope.*
68
69 # tags files
70 /tags
71 /ctags
72 /etags
73
74 # OneNAND IPL files
75 /onenand_ipl/onenand-ipl*
76 /onenand_ipl/board/*/*.S
77 /onenand_ipl/board/*/onenand*
78 /onenand_ipl/board/*/*/*.S
79 /onenand_ipl/board/*/*/onenand*
80 /onenand_ipl/board/*/*/samsung_read*
81
82 # MMC IPL files
83 /mmc_ipl/mmc-ipl*
84 /mmc_ipl/board/*/*.S
85 /mmc_ipl/board/*/mmc*
86 /mmc_ipl/board/*/*/*.S
87 /mmc_ipl/board/*/*/mmc*
88
89 # Recovery Block files
90 /recovery/recovery.bin
91 /recovery/recovery.map
92 /recovery/recovery
93 /recovery/recovery-*
94 /recovery/board/*/*/*.S
95 /recovery/board/*/*/onenand.*
96 /recovery/board/*/*/recovery.*
97 /recovery/board/*/*/usbd.*