X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=9110eda6468fb70c6472b13aa086981a8855ed43;hb=95a773005c90b215d2f31a9a1542f554f2555aed;hp=43e957ac0b79a97f52992c2af8c2032b59242cb2;hpb=d05bfd0586ccebe96e31976459c8ef45ec65e109;p=u-boot diff --git a/.gitignore b/.gitignore index 43e957ac0b..9110eda646 100644 --- a/.gitignore +++ b/.gitignore @@ -5,18 +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 -*.dts.tmp +*.tab.[ch] + +# host programs on Cygwin +*.exe # Build tree /build-* @@ -24,43 +32,31 @@ # # Top-level generic files # - -/MLO -/SPL +fit-dtb.blob +/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 -/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-* @@ -87,5 +83,10 @@ GRTAGS GSYMS GTAGS -# spl ais files -/spl/*.ais +*.orig +*~ +\#*# + +# gcc code coverage files +*.gcda +*.gcno