X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=771b860ee8ef86f50e66b9e16c9c9ede2a2bcba2;hb=df637fa6da6e0f6b1d14d84f1afdd729bc2e2d1a;hp=a163728832eb0fc7b01ece5d81c6239f3b824671;hpb=2c601c7208713ba9b2158c57adcf515f4bdbc212;p=u-boot diff --git a/.gitignore b/.gitignore index a163728832..771b860ee8 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 @@ -42,8 +46,8 @@ /u-boot.ais /u-boot.dtb /u-boot.sb +/u-boot.bd /u-boot.geany -/include/u-boot.lst # # Generated files @@ -76,5 +80,11 @@ cscope.* /ctags /etags +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + # spl ais files /spl/*.ais