X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=67d2cd62c06b2ad84cb13bcd98e54444e7482a54;hb=736947847db840eac4ae5dea6f197c9c1c9c4115;hp=7c56594381a62abb57f0dcd63c0ccccfc4f5e55e;hpb=20c93959330aba8b5bbdbfde1ef319e99eba235d;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 7c56594..67d2cd6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ *.a *.o *~ +*.swp +*.patch # # Top-level generic files @@ -25,6 +27,9 @@ /u-boot.ldr /u-boot.ldr.hex /u-boot.ldr.srec +/u-boot.lds +/u-boot-onenand.bin +/u-boot-flexonenand.bin # # Generated files @@ -37,10 +42,24 @@ # 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