X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=e71f6ac474d565c2e56299e7fec62a4ddfabc996;hb=56551362086adaee7afb08ed618ac8e46b5f53ae;hp=7c56594381a62abb57f0dcd63c0ccccfc4f5e55e;hpb=32c70d3420739930165271d9a1b04572adf799fd;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 7c56594..e71f6ac 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 @@ -35,12 +40,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