X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=2ddf57f2a55bf8eb295339fcf3cdbebb0892849b;hb=745325a97d172a71dea4ec7528224ed63973d601;hp=24019b373750a8f6f48b877a5f63267e3b316827;hpb=7390643f7b5b1e37e28f11e782e30958485fbaf5;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 24019b3..2ddf57f 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,9 @@ *.bin *.patch *.cfgtmp -*.dts.tmp + +# host programs on Cygwin +*.exe # Build tree /build-* @@ -31,25 +33,7 @@ /MLO* /SPL /System.map -/u-boot -/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 -/u-boot.ldr.hex -/u-boot.ldr.srec -/u-boot.img -/u-boot.kwb -/u-boot.sha1 -/u-boot.dis -/u-boot.lds -/u-boot.ubl -/u-boot.ais -/u-boot.dtb -/u-boot.sb +/u-boot* # # git files that we don't want to ignore even it they are dot-files @@ -65,10 +49,13 @@ /errlog /reloc_off -!/spl/Makefile -/spl/* +/spl/ /tpl/ +# +# Generated include files +# +/include/config/ /include/generated/ /include/spl-autoconf.mk /include/tpl-autoconf.mk