X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=e4e95e2d34a26e2b891bdc61067fa45abd3db269;hb=90e153d7709634eec903fc9c1a60878379915e33;hp=67fed082c8301959b82230904569675f06e8c422;hpb=9caeaadf508cd0e11ac5dfc56ab0f72e3b89a105;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index 67fed082c8..e4e95e2d34 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,76 @@ +# +# 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 + +# 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