X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=.gitignore;h=d7d55383acbe6a35fa74c2b4cd669ace3d59ed23;hb=790991b0e1391c91662bda56f98fd280015f9628;hp=ed212032b4dd7ef53eac57f5b208fc6153c73fbe;hpb=7d5a5c79caa9d1cfd5801c7fd2b75080e2733d3d;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index ed212032b4..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,7 +48,6 @@ /u-boot.ais /u-boot.dtb /u-boot.sb -/u-boot.geany # # Generated files @@ -57,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 @@ -79,5 +86,8 @@ cscope.* /ctags /etags -# spl ais files -/spl/*.ais +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS