X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=d91e91b1e652dcac5a91e5f653e7d08e763e1d1c;hb=62a34a04e7259ea1562749de3b0e35e94386b37b;hp=70a11f7850f363f23bc30092be685d16e763e701;hpb=2c0f79e44bfdc592913b96aeeb7ecc5acca6eb37;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 70a11f7..d91e91b 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,10 @@ /u-boot.dis /u-boot.lds /u-boot.ubl +/u-boot.ais /u-boot.dtb +/u-boot.sb +/u-boot.geany # # Generated files @@ -68,7 +75,5 @@ cscope.* /ctags /etags -# OneNAND IPL files -/onenand_ipl/onenand-ipl* -/onenand_ipl/board/*/onenand* -/onenand_ipl/board/*/*.S +# spl ais files +/spl/*.ais