X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=.gitignore;h=ed212032b4dd7ef53eac57f5b208fc6153c73fbe;hp=0a9dc0c75ad80a4e34b7109869853097021143cc;hb=b0dac5b1af6a66aeb02eb63e852415367b30b168;hpb=2099f9005efa98847c7b282f43c41aafb39a6611 diff --git a/.gitignore b/.gitignore index 0a9dc0c75a..ed212032b4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,20 +10,28 @@ *.orig *.a *.o +*.su *~ *.swp *.patch *.bin +*.cfgtmp + +# Build tree +/build-* # # Top-level generic files # /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,12 +43,16 @@ /u-boot.dis /u-boot.lds /u-boot.ubl +/u-boot.ais +/u-boot.dtb +/u-boot.sb +/u-boot.geany # # Generated files # -*.depend +*.depend* /LOG /errlog /reloc_off @@ -67,7 +79,5 @@ cscope.* /ctags /etags -# OneNAND IPL files -/onenand_ipl/onenand-ipl* -/onenand_ipl/board/*/onenand* -/onenand_ipl/board/*/*.S +# spl ais files +/spl/*.ais