s5pc210: slp7: add Auto buring
[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 /s-boot-onenand.bin
46
47 #
48 # Generated files
49 #
50
51 *.depend
52 /LOG
53 /errlog
54 /reloc_off
55
56 /include/generated/
57 /lib/asm-offsets.s
58
59 # stgit generated dirs
60 patches-*
61 .stgit-edit.txt
62
63 # quilt's files
64 patches
65 series
66
67 # gdb files
68 .gdb_history
69
70 # cscope files
71 cscope.*
72
73 # tags files
74 /tags
75 /ctags
76 /etags
77
78 # OneNAND IPL files
79 /onenand_ipl/onenand-ipl*
80 /onenand_ipl/board/*/*.S
81 /onenand_ipl/board/*/onenand*
82 /onenand_ipl/board/*/*/*.S
83 /onenand_ipl/board/*/*/onenand*
84 /onenand_ipl/board/*/*/samsung_read*
85
86 # MMC IPL files
87 /mmc_ipl/mmc-ipl*
88 /mmc_ipl/board/*/*.S
89 /mmc_ipl/board/*/mmc*
90 /mmc_ipl/board/*/*/*.S
91 /mmc_ipl/board/*/*/mmc*
92
93 # Recovery Block files
94 /recovery/recovery.bin
95 /recovery/recovery.map
96 /recovery/recovery
97 /recovery/recovery-*
98 /recovery/board/*/*/*.S
99 /recovery/board/*/*/onenand.*
100 /recovery/board/*/*/recovery.*
101 /recovery/board/*/*/usbd.*