projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
arm, am335x: make mpu pll config configurable
[platform/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
*.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-with-nand-spl.imx
35
/u-boot.map
36
/u-boot.srec
37
/u-boot.ldr
38
/u-boot.ldr.hex
39
/u-boot.ldr.srec
40
/u-boot.img
41
/u-boot.kwb
42
/u-boot.sha1
43
/u-boot.dis
44
/u-boot.lds
45
/u-boot.ubl
46
/u-boot.ais
47
/u-boot.dtb
48
/u-boot.sb
49
/u-boot.bd
50
/u-boot.geany
51
52
#
53
# Generated files
54
#
55
56
*.depend*
57
/LOG
58
/errlog
59
/reloc_off
60
61
/include/generated/
62
asm-offsets.s
63
64
# stgit generated dirs
65
patches-*
66
.stgit-edit.txt
67
68
# quilt's files
69
patches
70
series
71
72
# gdb files
73
.gdb_history
74
75
# cscope files
76
cscope.*
77
78
# tags files
79
/tags
80
/ctags
81
/etags
82
83
# gnu global files
84
GPATH
85
GRTAGS
86
GSYMS
87
GTAGS
88
89
# spl ais files
90
/spl/*.ais