X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=255d89f8933c9a6fd9bf9456d110bb005bede67c;hb=bff4fae4fc29376e62ac6d420b189f23a57e4294;hp=be09894a0b67e7b6bd56486086a121c7d89f67fb;hpb=412665b46134f93464c09405e02f08ac9c62526d;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index be09894a0b..255d89f893 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.patch *.bin *.cfgtmp +*.dts.tmp # Build tree /build-* @@ -24,11 +25,14 @@ # Top-level generic files # -/MLO +/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 @@ -43,6 +47,7 @@ /u-boot.ais /u-boot.dtb /u-boot.sb +/u-boot.bd /u-boot.geany # @@ -76,5 +81,11 @@ cscope.* /ctags /etags +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + # spl ais files /spl/*.ais