X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=d7d55383acbe6a35fa74c2b4cd669ace3d59ed23;hb=bf7aac97262419e991e4187528f2113961fb6ecf;hp=e40eb7b6690f9c37eb27c2454770516fa6d01a9c;hpb=e5f5c4a977c411c0cd3899a4f9487eea77a0e150;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index e40eb7b..d7d5538 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.patch *.bin *.cfgtmp +*.dts.tmp # Build tree /build-* @@ -24,11 +25,15 @@ # Top-level generic files # -/MLO +/MLO* +/SPL /System.map /u-boot +/u-boot.elf /u-boot.hex /u-boot.imx +/u-boot-with-spl.imx +/u-boot-with-nand-spl.imx /u-boot.map /u-boot.srec /u-boot.ldr @@ -43,8 +48,6 @@ /u-boot.ais /u-boot.dtb /u-boot.sb -/u-boot.geany -/include/u-boot.lst # # Generated files @@ -55,7 +58,13 @@ /errlog /reloc_off +!/spl/Makefile +/spl/* +/tpl/ + /include/generated/ +/include/spl-autoconf.mk +/include/tpl-autoconf.mk asm-offsets.s # stgit generated dirs @@ -77,5 +86,8 @@ cscope.* /ctags /etags -# spl ais files -/spl/*.ais +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS