X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=.gitignore;h=a39bd54d38db4f635c71813c9f1b4319898c5b3b;hb=9f414a3ab1537ed52b57a63723ff07661f6cbae1;hp=70a11f7850f363f23bc30092be685d16e763e701;hpb=606a76f8ef479e42ae4d06f8f3ce87e9a1c72acf;p=karo-tx-uboot.git diff --git a/.gitignore b/.gitignore index 70a11f7850..a39bd54d38 100644 --- a/.gitignore +++ b/.gitignore @@ -10,20 +10,29 @@ *.orig *.a *.o +*.su *~ *.swp *.patch *.bin +*.cfgtmp +*.dts.tmp + +# Build tree +/build-* # # 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 @@ -35,7 +44,11 @@ /u-boot.dis /u-boot.lds /u-boot.ubl +/u-boot.ais /u-boot.dtb +/u-boot.sb +/u-boot.bd +/u-boot.geany # # Generated files @@ -47,6 +60,8 @@ /reloc_off /include/generated/ +/include/spl-autoconf.mk +/include/tpl-autoconf.mk asm-offsets.s # stgit generated dirs @@ -68,7 +83,11 @@ cscope.* /ctags /etags -# OneNAND IPL files -/onenand_ipl/onenand-ipl* -/onenand_ipl/board/*/onenand* -/onenand_ipl/board/*/*.S +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + +# spl ais files +/spl/*.ais