projects
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of /home/wd/git/u-boot/master/
[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
14
#
15
# Top-level generic files
16
#
17
18
/System.map
19
/u-boot
20
/u-boot.map
21
/u-boot.bin
22
/u-boot.srec
23
24
#
25
# Generated files
26
#
27
28
*.depend
29
/LOG
30
/errlog
31
/reloc_off
32
33
# stgit generated dirs
34
patches-*
35
36
# quilt's files
37
patches
38
series
39
40
# cscope files
41
cscope.*