X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=5acd5edb0c782c0ed67f580d7b4c907bc34fcfc0;hb=7d0c969f36cecdeff78bb770dca6b31bf9c41817;hp=67fed082c8301959b82230904569675f06e8c422;hpb=efe33035acd5f7c13963a4d52e5aac1b68612ae4;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index 67fed082c8..5acd5edb0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,77 @@ +# +# 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 -*.depend -System.map +*~ +*.swp +*.patch +*.bin + +# +# Top-level generic files +# + +/MLO +/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.img +/u-boot.kwb +/u-boot.sha1 +/u-boot.dis +/u-boot.lds +/u-boot.ubl +/u-boot.ais +/u-boot.dtb +/u-boot.sb + +# +# Generated files +# + +*.depend* /LOG /errlog /reloc_off +/include/generated/ +asm-offsets.s + +# stgit generated dirs +patches-* +.stgit-edit.txt + +# quilt's files +patches +series +.pc + +# gdb files +.gdb_history + +# cscope files +cscope.* + +# tags files +/tags +/ctags +/etags + +# OneNAND IPL files +/onenand_ipl/onenand-ipl* +/onenand_ipl/board/*/onenand* +/onenand_ipl/board/*/*.S