X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=.gitignore;h=7b59233ebd293f29901d776b8b826276cd5bc32c;hp=a163728832eb0fc7b01ece5d81c6239f3b824671;hb=ab62e387cafb5e99819e24715dbc6496f5516e5a;hpb=fd4d564b3c80b111f18c93adb14233a6a7ddb0e9 diff --git a/.gitignore b/.gitignore index a163728832..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,8 +47,8 @@ /u-boot.ais /u-boot.dtb /u-boot.sb +/u-boot.bd /u-boot.geany -/include/u-boot.lst # # Generated files @@ -64,6 +69,7 @@ patches-* # quilt's files patches series +.pc # gdb files .gdb_history @@ -76,5 +82,11 @@ cscope.* /ctags /etags +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + # spl ais files /spl/*.ais