.gitignore 873 字节
Newer Older
1 2 3 4 5 6 7 8 9
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#

*.rej
G
Grant Likely 已提交
10 11 12
*.orig
*.a
*.o
T
Tom Rini 已提交
13
*.su
N
Niklaus Giger 已提交
14
*~
15
*.swp
16
*.patch
17
*.bin
18

19 20 21
# Build tree
/build-*

22 23 24 25
#
# Top-level generic files
#

26
/MLO
27
/System.map
G
Grant Likely 已提交
28
/u-boot
29
/u-boot.hex
30
/u-boot.imx
G
Grant Likely 已提交
31 32
/u-boot.map
/u-boot.srec
33 34 35
/u-boot.ldr
/u-boot.ldr.hex
/u-boot.ldr.srec
36 37 38 39
/u-boot.img
/u-boot.kwb
/u-boot.sha1
/u-boot.dis
40
/u-boot.lds
41
/u-boot.ubl
42
/u-boot.ais
43
/u-boot.dtb
44
/u-boot.sb
45
/u-boot.geany
46 47 48 49 50

#
# Generated files
#

51
*.depend*
G
Grant Likely 已提交
52 53 54 55
/LOG
/errlog
/reloc_off

56
/include/generated/
57
asm-offsets.s
58

59 60
# stgit generated dirs
patches-*
61
.stgit-edit.txt
62 63 64 65 66

# quilt's files
patches
series

M
Mike Frysinger 已提交
67 68 69
# gdb files
.gdb_history

70 71
# cscope files
cscope.*
S
Stefan Roese 已提交
72

73
# tags files
P
Po-Yu Chuang 已提交
74
/tags
75 76 77
/ctags
/etags

S
Stefan Roese 已提交
78 79 80 81
# OneNAND IPL files
/onenand_ipl/onenand-ipl*
/onenand_ipl/board/*/onenand*
/onenand_ipl/board/*/*.S