X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=a39bd54d38db4f635c71813c9f1b4319898c5b3b;hb=8cfac504427306f3050ce81f9f7bea09fbe9d76a;hp=ed212032b4dd7ef53eac57f5b208fc6153c73fbe;hpb=18122019972ca639ee3b581257e3a63ff7c8efeb;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index ed212032b4..a39bd54d38 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.patch *.bin *.cfgtmp +*.dts.tmp # Build tree /build-* @@ -24,7 +25,7 @@ # Top-level generic files # -/MLO +/MLO* /SPL /System.map /u-boot @@ -46,6 +47,7 @@ /u-boot.ais /u-boot.dtb /u-boot.sb +/u-boot.bd /u-boot.geany # @@ -58,6 +60,8 @@ /reloc_off /include/generated/ +/include/spl-autoconf.mk +/include/tpl-autoconf.mk asm-offsets.s # stgit generated dirs @@ -79,5 +83,11 @@ cscope.* /ctags /etags +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + # spl ais files /spl/*.ais