X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=7b59233ebd293f29901d776b8b826276cd5bc32c;hb=refs%2Fheads%2Fkaro-tx53;hp=e8ba8513abd66867f0386ac1397a45c614c98306;hpb=56b0f39408c3d78dacb02db88de15e669dff9669;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index e8ba8513ab..7b59233ebd 100644 --- a/.gitignore +++ b/.gitignore @@ -15,16 +15,24 @@ *.swp *.patch *.bin +*.cfgtmp +*.dts.tmp + +# Build tree +/build-* # # Top-level generic files # /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 @@ -39,6 +47,8 @@ /u-boot.ais /u-boot.dtb /u-boot.sb +/u-boot.bd +/u-boot.geany # # Generated files @@ -72,7 +82,11 @@ cscope.* /ctags /etags -# OneNAND IPL files -/onenand_ipl/onenand-ipl* -/onenand_ipl/board/*/onenand* -/onenand_ipl/board/*/*.S +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + +# spl ais files +/spl/*.ais