X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=771b860ee8ef86f50e66b9e16c9c9ede2a2bcba2;hb=f9c1456cf632175afb7d6b27f42f1aab8432be0f;hp=1ac43f2825666d93f2f611e86ab2f735777bf83f;hpb=c7656bab411433f987baa2288eff8c78ddc0f378;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index 1ac43f2..771b860 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ *.swp *.patch *.bin +*.cfgtmp # Build tree /build-* @@ -24,10 +25,13 @@ # /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 @@ -38,11 +42,11 @@ /u-boot.sha1 /u-boot.dis /u-boot.lds -/u-boot.lst /u-boot.ubl /u-boot.ais /u-boot.dtb /u-boot.sb +/u-boot.bd /u-boot.geany # @@ -76,5 +80,11 @@ cscope.* /ctags /etags +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + # spl ais files /spl/*.ais