X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=.gitignore;h=7b59233ebd293f29901d776b8b826276cd5bc32c;hp=e40eb7b6690f9c37eb27c2454770516fa6d01a9c;hb=ab62e387cafb5e99819e24715dbc6496f5516e5a;hpb=9c748e02d99476e6a08d55eadfd8776edffe1e2e diff --git a/.gitignore b/.gitignore index e40eb7b669..7b59233ebd 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ *.patch *.bin *.cfgtmp +*.dts.tmp # Build tree /build-* @@ -25,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 @@ -43,8 +47,8 @@ /u-boot.ais /u-boot.dtb /u-boot.sb +/u-boot.bd /u-boot.geany -/include/u-boot.lst # # Generated files @@ -65,6 +69,7 @@ patches-* # quilt's files patches series +.pc # gdb files .gdb_history @@ -77,5 +82,11 @@ cscope.* /ctags /etags +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + # spl ais files /spl/*.ais