X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=9c53f5c5b54123532d79cb08150facc26d554717;hb=c6525d459c350bfc246ea7826456af77e1e314eb;hp=89e96f566d9a4e192e412a9102548a091eb50301;hpb=248b7d984cffa3107b5acb4c3f5501b7538d877a;p=u-boot diff --git a/.gitignore b/.gitignore index 89e96f566d..9c53f5c5b5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ *.a *.o *~ +*.swp *.patch # @@ -26,6 +27,8 @@ /u-boot.ldr /u-boot.ldr.hex /u-boot.ldr.srec +/u-boot-onenand.bin +/u-boot-flexonenand.bin # # Generated files @@ -46,3 +49,12 @@ series # cscope files cscope.* + +# tags files +/ctags +/etags + +# OneNAND IPL files +/onenand_ipl/onenand-ipl* +/onenand_ipl/board/*/onenand* +/onenand_ipl/board/*/*.S