X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=a163728832eb0fc7b01ece5d81c6239f3b824671;hb=a17617d6553369ba72c080128ed8d0b0c33dfc89;hp=70a11f7850f363f23bc30092be685d16e763e701;hpb=606a76f8ef479e42ae4d06f8f3ce87e9a1c72acf;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 70a11f7..a163728 100644 --- a/.gitignore +++ b/.gitignore @@ -10,11 +10,15 @@ *.orig *.a *.o +*.su *~ *.swp *.patch *.bin +# Build tree +/build-* + # # Top-level generic files # @@ -35,7 +39,11 @@ /u-boot.dis /u-boot.lds /u-boot.ubl +/u-boot.ais /u-boot.dtb +/u-boot.sb +/u-boot.geany +/include/u-boot.lst # # Generated files @@ -68,7 +76,5 @@ cscope.* /ctags /etags -# OneNAND IPL files -/onenand_ipl/onenand-ipl* -/onenand_ipl/board/*/onenand* -/onenand_ipl/board/*/*.S +# spl ais files +/spl/*.ais