X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=9c53f5c5b54123532d79cb08150facc26d554717;hb=4bc7deee9095f21e243b724ca3d634251c1d5432;hp=7c56594381a62abb57f0dcd63c0ccccfc4f5e55e;hpb=9e04a8138892d64848dc6e8e74213086d9190d9a;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 7c56594..9c53f5c 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,6 +41,7 @@ # stgit generated dirs patches-* +.stgit-edit.txt # quilt's files patches @@ -44,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