X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=d1282e790e43d56bfd9aa444db5d740d7ff133a4;hb=901ce27c6f018992b7dd6c08d3c98cf217cc4c96;hp=1ac43f2825666d93f2f611e86ab2f735777bf83f;hpb=4c25761337570e63e9e2631a81de221e692251e3;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index 1ac43f2825..d1282e790e 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ *.swp *.patch *.bin +*.cfgtmp # Build tree /build-* @@ -23,11 +24,14 @@ # Top-level generic files # -/MLO +/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