X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=.gitignore;h=7b59233ebd293f29901d776b8b826276cd5bc32c;hp=b78e2ac681c5a8df5a6691e49eef4d14a9d7cb00;hb=553576170346dc7e882df6dc642fb54dd8c17091;hpb=5941a61a7c40766a38dec5c10c18d8f8b1814441 diff --git a/.gitignore b/.gitignore index b78e2ac681..7b59233ebd 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ *.swp *.patch *.bin +*.cfgtmp +*.dts.tmp # Build tree /build-* @@ -24,10 +26,13 @@ # /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 @@ -42,6 +47,7 @@ /u-boot.ais /u-boot.dtb /u-boot.sb +/u-boot.bd /u-boot.geany # @@ -63,6 +69,7 @@ patches-* # quilt's files patches series +.pc # gdb files .gdb_history @@ -75,7 +82,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