git.openpandora.org
/
pandora-u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[pandora-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
*.su
14
*~
15
*.swp
16
*.patch
17
*.bin
18
*.cfgtmp
19
*.dts.tmp
20
21
# Build tree
22
/build-*
23
24
#
25
# Top-level generic files
26
#
27
28
/MLO*
29
/SPL
30
/System.map
31
/u-boot
32
/u-boot.hex
33
/u-boot.imx
34
/u-boot-with-spl.imx
35
/u-boot-with-nand-spl.imx
36
/u-boot.map
37
/u-boot.srec
38
/u-boot.ldr
39
/u-boot.ldr.hex
40
/u-boot.ldr.srec
41
/u-boot.img
42
/u-boot.kwb
43
/u-boot.sha1
44
/u-boot.dis
45
/u-boot.lds
46
/u-boot.ubl
47
/u-boot.ais
48
/u-boot.dtb
49
/u-boot.sb
50
/u-boot.bd
51
/u-boot.geany
52
53
#
54
# Generated files
55
#
56
57
*.depend*
58
/LOG
59
/errlog
60
/reloc_off
61
62
/include/generated/
63
asm-offsets.s
64
65
# stgit generated dirs
66
patches-*
67
.stgit-edit.txt
68
69
# quilt's files
70
patches
71
series
72
73
# gdb files
74
.gdb_history
75
76
# cscope files
77
cscope.*
78
79
# tags files
80
/tags
81
/ctags
82
/etags
83
84
# gnu global files
85
GPATH
86
GRTAGS
87
GSYMS
88
GTAGS
89
90
# spl ais files
91
/spl/*.ais