X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=.gitignore;h=7b59233ebd293f29901d776b8b826276cd5bc32c;hp=d91e91b1e652dcac5a91e5f653e7d08e763e1d1c;hb=0ec3e0464e923142c845b23b1fc34dc9310540db;hpb=49b3962d2021867924f9fc04288f486abb501d87 diff --git a/.gitignore b/.gitignore index d91e91b1e6..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,5 +82,11 @@ cscope.* /ctags /etags +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + # spl ais files /spl/*.ais