X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=d91e91b1e652dcac5a91e5f653e7d08e763e1d1c;hb=b809b3ac13e1016b2be937bd4511973f90982ad2;hp=ff4bae008137c7a62b226c01b810aa39acaf7e48;hpb=0c2dd9a05bdcf3b2b4880509ec690116873fe158;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index ff4bae0..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,8 +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 @@ -69,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