X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=d91e91b1e652dcac5a91e5f653e7d08e763e1d1c;hb=495dbd72dd1172de866ba323263a5b62cf454972;hp=289ffab85a54fbecf01727db8c5e2ac994881ee0;hpb=97d7ab8a8eb6dbf7c9e8096f31031dfed81db8f8;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 289ffab..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,19 +39,22 @@ /u-boot.dis /u-boot.lds /u-boot.ubl +/u-boot.ais +/u-boot.dtb +/u-boot.sb +/u-boot.geany # # Generated files # -*.depend +*.depend* /LOG /errlog /reloc_off /include/generated/ -/lib/asm-offsets.s -/arch/*/cpu/asm-offsets.s +asm-offsets.s # stgit generated dirs patches-* @@ -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