X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=255d89f8933c9a6fd9bf9456d110bb005bede67c;hb=bf209abed3ae6cf3b1eac7c5f360603bdc8bbb6b;hp=a163728832eb0fc7b01ece5d81c6239f3b824671;hpb=96764df1b47ddebfb50fadf5af72530b07b5fc89;p=platform%2Fkernel%2Fu-boot.git diff --git a/.gitignore b/.gitignore index a163728..255d89f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ *.swp *.patch *.bin +*.cfgtmp +*.dts.tmp # Build tree /build-* @@ -23,11 +25,14 @@ # Top-level generic files # -/MLO +/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 @@ -76,5 +81,11 @@ cscope.* /ctags /etags +# gnu global files +GPATH +GRTAGS +GSYMS +GTAGS + # spl ais files /spl/*.ais