X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=d7d55383acbe6a35fa74c2b4cd669ace3d59ed23;hb=0b01b53aa54d44a7f9a09bdfdc3d84fe1e1069fe;hp=c79d5770c04623fa3430273dff92ee9c49bb866a;hpb=cac423a730d3506154744485af1bbc1cd3a1e6a8;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index c79d5770c0..d7d55383ac 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.patch *.bin *.cfgtmp +*.dts.tmp # Build tree /build-* @@ -24,10 +25,11 @@ # Top-level generic files # -/MLO +/MLO* /SPL /System.map /u-boot +/u-boot.elf /u-boot.hex /u-boot.imx /u-boot-with-spl.imx @@ -46,8 +48,6 @@ /u-boot.ais /u-boot.dtb /u-boot.sb -/u-boot.bd -/u-boot.geany # # Generated files @@ -58,7 +58,13 @@ /errlog /reloc_off +!/spl/Makefile +/spl/* +/tpl/ + /include/generated/ +/include/spl-autoconf.mk +/include/tpl-autoconf.mk asm-offsets.s # stgit generated dirs @@ -80,5 +86,8 @@ cscope.* /ctags /etags -# spl ais files -/spl/*.ais +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS