X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=9110eda6468fb70c6472b13aa086981a8855ed43;hb=0864c565a274ddbc23dda667d71524e7efbbef8f;hp=d1282e790e43d56bfd9aa444db5d740d7ff133a4;hpb=326ea986ac150acdc7656d57fca647db80b50158;p=u-boot diff --git a/.gitignore b/.gitignore index d1282e790e..9110eda646 100644 --- a/.gitignore +++ b/.gitignore @@ -5,17 +5,26 @@ # # Normal rules # - -*.rej -*.orig -*.a +.* *.o +*.o.* +*.a +*.s *.su -*~ +*.mod.c +*.i +*.lex.c +*.lst +*.order +*.elf *.swp -*.patch *.bin +*.patch *.cfgtmp +*.tab.[ch] + +# host programs on Cygwin +*.exe # Build tree /build-* @@ -23,43 +32,31 @@ # # Top-level generic files # - +fit-dtb.blob /MLO* -/SPL +/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 -/u-boot.ldr.hex -/u-boot.ldr.srec -/u-boot.img -/u-boot.kwb -/u-boot.sha1 -/u-boot.dis -/u-boot.lds -/u-boot.ubl -/u-boot.ais -/u-boot.dtb -/u-boot.sb -/u-boot.bd -/u-boot.geany +/u-boot* +/boards.cfg # -# Generated files +# git files that we don't want to ignore even it they are dot-files # +!.gitignore +!.mailmap -*.depend* -/LOG -/errlog -/reloc_off +# +# Generated files +# +/spl/ +/tpl/ +/defconfig +# +# Generated include files +# +/include/config/ /include/generated/ -asm-offsets.s # stgit generated dirs patches-* @@ -86,5 +83,10 @@ GRTAGS GSYMS GTAGS -# spl ais files -/spl/*.ais +*.orig +*~ +\#*# + +# gcc code coverage files +*.gcda +*.gcno