X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=70a11f7850f363f23bc30092be685d16e763e701;hb=8a508e303e5128551cda95fb462a409fb367f6a6;hp=e13fc96322f72db3945e150e6beb2bd37ee2e7da;hpb=156feb90d200f186cdfd856d7f6f1878bb1bec1e;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index e13fc96..70a11f7 100644 --- a/.gitignore +++ b/.gitignore @@ -13,32 +13,42 @@ *~ *.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-onenand.bin -/u-boot-flexonenand.bin +/u-boot.img +/u-boot.kwb +/u-boot.sha1 +/u-boot.dis +/u-boot.lds +/u-boot.ubl +/u-boot.dtb # # Generated files # -*.depend +*.depend* /LOG /errlog /reloc_off +/include/generated/ +asm-offsets.s + # stgit generated dirs patches-* .stgit-edit.txt @@ -54,6 +64,7 @@ series cscope.* # tags files +/tags /ctags /etags