s5pc110: universal: change board name from "Neptune" to "Limo SDK"
[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
17 #
18 # Top-level generic files
19 #
20
21 /System.map
22 /u-boot
23 /u-boot.hex
24 /u-boot.map
25 /u-boot.bin
26 /u-boot.srec
27 /u-boot.ldr
28 /u-boot.ldr.hex
29 /u-boot.ldr.srec
30 /u-boot.lds
31 /u-boot-onenand.bin
32 /u-boot-onenand-evt0.bin
33 /u-boot-onenand-evt1.bin
34 /u-boot-onenand-evt1-fused.bin
35 /u-boot-recovery.bin
36 /u-boot-recovery-evt0.bin
37 /u-boot-recovery-evt1.bin
38 /u-boot-recovery-evt1-fused.bin
39 /u-boot-flexonenand.bin
40
41 #
42 # Generated files
43 #
44
45 *.depend
46 /LOG
47 /errlog
48 /reloc_off
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/*/*.S
72 /onenand_ipl/board/*/onenand*
73 /onenand_ipl/board/*/*/*.S
74 /onenand_ipl/board/*/*/onenand*
75 /onenand_ipl/board/*/*/samsung_read*
76
77 # Recovery Block files
78 /recovery/recovery.bin
79 /recovery/recovery.map
80 /recovery/recovery
81 /recovery/recovery-*
82 /recovery/board/*/*/*.S
83 /recovery/board/*/*/onenand.*
84 /recovery/board/*/*/recovery.*
85 /recovery/board/*/*/usbd.*