]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
imx: Add u-boot-with-spl.imx make target
[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 *.su
14 *~
15 *.swp
16 *.patch
17 *.bin
18 *.cfgtmp
19
20 # Build tree
21 /build-*
22
23 #
24 # Top-level generic files
25 #
26
27 /MLO
28 /SPL
29 /System.map
30 /u-boot
31 /u-boot.hex
32 /u-boot.imx
33 /u-boot-with-spl.imx
34 /u-boot.map
35 /u-boot.srec
36 /u-boot.ldr
37 /u-boot.ldr.hex
38 /u-boot.ldr.srec
39 /u-boot.img
40 /u-boot.kwb
41 /u-boot.sha1
42 /u-boot.dis
43 /u-boot.lds
44 /u-boot.ubl
45 /u-boot.ais
46 /u-boot.dtb
47 /u-boot.sb
48 /u-boot.geany
49
50 #
51 # Generated files
52 #
53
54 *.depend*
55 /LOG
56 /errlog
57 /reloc_off
58
59 /include/generated/
60 asm-offsets.s
61
62 # stgit generated dirs
63 patches-*
64 .stgit-edit.txt
65
66 # quilt's files
67 patches
68 series
69
70 # gdb files
71 .gdb_history
72
73 # cscope files
74 cscope.*
75
76 # tags files
77 /tags
78 /ctags
79 /etags
80
81 # spl ais files
82 /spl/*.ais