diff options
author | Kevin | 2014-11-15 11:48:36 +0800 |
---|---|---|
committer | Kevin | 2014-11-15 11:48:36 +0800 |
commit | d04075478d378d9e15f3e1abfd14b0bd124077d4 (patch) | |
tree | 733dd964582f388b9e3e367c249946cd32a2851f /.gitignore | |
download | FOSSEE-netbook-uboot-source-d04075478d378d9e15f3e1abfd14b0bd124077d4.tar.gz FOSSEE-netbook-uboot-source-d04075478d378d9e15f3e1abfd14b0bd124077d4.tar.bz2 FOSSEE-netbook-uboot-source-d04075478d378d9e15f3e1abfd14b0bd124077d4.zip |
init commit via android 4.4 uboot
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d168cf0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,92 @@ +# +# 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 +*.orig +*.a +*.o +*~ +*.swp +*.patch + +# +# Top-level generic files +# + +/System.map +/u-boot +/u-boot.hex +/u-boot.imx +/u-boot.map +/u-boot.bin +/u-boot.srec +/u-boot.ldr +/u-boot.ldr.hex +/u-boot.ldr.srec +/u-boot.lds +/u-boot-onenand.bin +/u-boot-flexonenand.bin +/build + +# +# Generated files +# + +*.depend +/LOG +/errlog +/reloc_off + +/include/generated/ +/lib/asm-offsets.s + +# stgit generated dirs +patches-* +.stgit-edit.txt + +# quilt's files +patches +series + +# gdb files +.gdb_history + +# cscope files +cscope.* + +# tags files +/tags +/ctags +/etags + +compressed/piggy.gzip +compressed/u-boot.bin +compressed/vmlinux +tools/bmp_logo +tools/envcrc +tools/gen_eth_addr +tools/img2srec +tools/mkimage +zuboot.bin +define.h +include/asm +include/asm-arm/arch +include/asm-arm/proc +include/config.h +include/config.mk +tools/crc32.c +tools/environment.c + + +compressed/u-boot.bin +define.h +u-boot +u-boot.bin +u-boot.map +zuboot.bin + |