.gitignore 783 字节
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
N
Niklaus Giger 已提交
13
*~
14
*.swp
15
*.patch
16
*.bin
17 18 19 20 21 22

#
# Top-level generic files
#

/System.map
G
Grant Likely 已提交
23
/u-boot
24
/u-boot.hex
25
/u-boot.imx
G
Grant Likely 已提交
26 27
/u-boot.map
/u-boot.srec
28 29 30
/u-boot.ldr
/u-boot.ldr.hex
/u-boot.ldr.srec
31 32 33 34
/u-boot.img
/u-boot.kwb
/u-boot.sha1
/u-boot.dis
35
/u-boot.lds
36 37 38 39 40 41

#
# Generated files
#

*.depend
G
Grant Likely 已提交
42 43 44 45
/LOG
/errlog
/reloc_off

46 47 48
/include/generated/
/lib/asm-offsets.s

49 50
# stgit generated dirs
patches-*
51
.stgit-edit.txt
52 53 54 55 56

# quilt's files
patches
series

M
Mike Frysinger 已提交
57 58 59
# gdb files
.gdb_history

60 61
# cscope files
cscope.*
S
Stefan Roese 已提交
62

63
# tags files
P
Po-Yu Chuang 已提交
64
/tags
65 66 67
/ctags
/etags

S
Stefan Roese 已提交
68 69 70 71
# OneNAND IPL files
/onenand_ipl/onenand-ipl*
/onenand_ipl/board/*/onenand*
/onenand_ipl/board/*/*.S