X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=e13fc96322f72db3945e150e6beb2bd37ee2e7da;hb=e4430779623af500de1cee7892c379f07ef59813;hp=7c56594381a62abb57f0dcd63c0ccccfc4f5e55e;hpb=32c70d3420739930165271d9a1b04572adf799fd;p=u-boot diff --git a/.gitignore b/.gitignore index 7c56594381..e13fc96322 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ *.a *.o *~ +*.swp +*.patch # # Top-level generic files @@ -25,6 +27,8 @@ /u-boot.ldr /u-boot.ldr.hex /u-boot.ldr.srec +/u-boot-onenand.bin +/u-boot-flexonenand.bin # # Generated files @@ -37,10 +41,23 @@ # stgit generated dirs patches-* +.stgit-edit.txt # quilt's files patches series +# gdb files +.gdb_history + # cscope files cscope.* + +# tags files +/ctags +/etags + +# OneNAND IPL files +/onenand_ipl/onenand-ipl* +/onenand_ipl/board/*/onenand* +/onenand_ipl/board/*/*.S