X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=771b860ee8ef86f50e66b9e16c9c9ede2a2bcba2;hb=df637fa6da6e0f6b1d14d84f1afdd729bc2e2d1a;hp=0f32fd8954337645d4cb0373f1435f3b0e48034e;hpb=667c9a80082d30281978e8159958f38e8c7ef10a;p=u-boot diff --git a/.gitignore b/.gitignore index 0f32fd8954..771b860ee8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,16 +15,23 @@ *.swp *.patch *.bin +*.cfgtmp + +# 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 +46,8 @@ /u-boot.ais /u-boot.dtb /u-boot.sb +/u-boot.bd +/u-boot.geany # # Generated files @@ -71,7 +80,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