X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=8ccd42a9968784b953e0027ddbbe7666e78679ca;hb=fafbb2c3e4b35b60ca303ed2ad1c6cf400cd9a22;hp=89e96f566d9a4e192e412a9102548a091eb50301;hpb=248b7d984cffa3107b5acb4c3f5501b7538d877a;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 89e96f5..8ccd42a 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 @@ -44,5 +47,18 @@ patches-* 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