.gitignore 772 字节
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 17 18 19 20 21

#
# Top-level generic files
#

/System.map
G
Grant Likely 已提交
22
/u-boot
23
/u-boot.hex
G
Grant Likely 已提交
24 25 26
/u-boot.map
/u-boot.bin
/u-boot.srec
27 28 29
/u-boot.ldr
/u-boot.ldr.hex
/u-boot.ldr.srec
30
/u-boot.lds
S
Stefan Roese 已提交
31 32
/u-boot-onenand.bin
/u-boot-flexonenand.bin
33 34 35 36 37 38

#
# Generated files
#

*.depend
G
Grant Likely 已提交
39 40 41 42
/LOG
/errlog
/reloc_off

43 44 45
/include/generated/
/lib/asm-offsets.s

46 47
# stgit generated dirs
patches-*
48
.stgit-edit.txt
49 50 51 52 53

# quilt's files
patches
series

M
Mike Frysinger 已提交
54 55 56
# gdb files
.gdb_history

57 58
# cscope files
cscope.*
S
Stefan Roese 已提交
59

60
# tags files
P
Po-Yu Chuang 已提交
61
/tags
62 63 64
/ctags
/etags

S
Stefan Roese 已提交
65 66 67 68
# OneNAND IPL files
/onenand_ipl/onenand-ipl*
/onenand_ipl/board/*/onenand*
/onenand_ipl/board/*/*.S