]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - .gitignore
.gitignore: Add /SPL
[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.map
34 /u-boot.srec
35 /u-boot.ldr
36 /u-boot.ldr.hex
37 /u-boot.ldr.srec
38 /u-boot.img
39 /u-boot.kwb
40 /u-boot.sha1
41 /u-boot.dis
42 /u-boot.lds
43 /u-boot.ubl
44 /u-boot.ais
45 /u-boot.dtb
46 /u-boot.sb
47 /u-boot.geany
48
49 #
50 # Generated files
51 #
52
53 *.depend*
54 /LOG
55 /errlog
56 /reloc_off
57
58 /include/generated/
59 asm-offsets.s
60
61 # stgit generated dirs
62 patches-*
63 .stgit-edit.txt
64
65 # quilt's files
66 patches
67 series
68
69 # gdb files
70 .gdb_history
71
72 # cscope files
73 cscope.*
74
75 # tags files
76 /tags
77 /ctags
78 /etags
79
80 # spl ais files
81 /spl/*.ais