X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=96c1b4a7ae63a2478f54ab90b35c4841e19f7c37;hb=e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2;hp=37f2c1dcd99d8f9102ad396ebe467d19b878a95b;hpb=0c9d42e6b0b83d507335a291e3ea99240038f4b9;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index 37f2c1dcd9..96c1b4a7ae 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ *.a *.o *~ +*.patch # # Top-level generic files @@ -18,9 +19,15 @@ /System.map /u-boot +/u-boot.hex /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 # # Generated files @@ -33,6 +40,7 @@ # stgit generated dirs patches-* +.stgit-edit.txt # quilt's files patches @@ -40,3 +48,8 @@ series # cscope files cscope.* + +# OneNAND IPL files +/onenand_ipl/onenand-ipl* +/onenand_ipl/board/*/onenand* +/onenand_ipl/board/*/*.S