]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
ATMEL: use generic mmc framework
[karo-tx-uboot.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 /MLO
23 /System.map
24 /u-boot
25 /u-boot.hex
26 /u-boot.imx
27 /u-boot.map
28 /u-boot.srec
29 /u-boot.ldr
30 /u-boot.ldr.hex
31 /u-boot.ldr.srec
32 /u-boot.img
33 /u-boot.kwb
34 /u-boot.sha1
35 /u-boot.dis
36 /u-boot.lds
37 /u-boot.ubl
38 /u-boot.ais
39 /u-boot.dtb
40 /u-boot.sb
41
42 #
43 # Generated files
44 #
45
46 *.depend*
47 /LOG
48 /errlog
49 /reloc_off
50
51 /include/generated/
52 asm-offsets.s
53
54 # stgit generated dirs
55 patches-*
56 .stgit-edit.txt
57
58 # quilt's files
59 patches
60 series
61
62 # gdb files
63 .gdb_history
64
65 # cscope files
66 cscope.*
67
68 # tags files
69 /tags
70 /ctags
71 /etags
72
73 # OneNAND IPL files
74 /onenand_ipl/onenand-ipl*
75 /onenand_ipl/board/*/onenand*
76 /onenand_ipl/board/*/*.S