X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=34a2ca96fc7599d7863b74b7d71ffe2daa7d7681;hb=39f0023e81c27fc41cf19bde4ad9ed2ef8f13270;hp=7c56594381a62abb57f0dcd63c0ccccfc4f5e55e;hpb=94a78da26ce17af61fbb2b620de51ba79bc80597;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index 7c56594381..34a2ca96fc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ *.a *.o *~ +*.swp +*.patch +*.bin # # Top-level generic files @@ -19,12 +22,17 @@ /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 # # Generated files @@ -35,12 +43,29 @@ /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 + +# OneNAND IPL files +/onenand_ipl/onenand-ipl* +/onenand_ipl/board/*/onenand* +/onenand_ipl/board/*/*.S