X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=9110eda6468fb70c6472b13aa086981a8855ed43;hb=e09159c86786929a728e3119726b10332226e6ea;hp=a1f07f00c675ac58197ab7d0eb5b227784257b91;hpb=93f70dfd58ff0c291c88af57785f131d534d5559;p=u-boot diff --git a/.gitignore b/.gitignore index a1f07f00c6..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,49 +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/ -!/spl/Makefile /tpl/ +/defconfig +# +# Generated include files +# +/include/config/ /include/generated/ -/include/spl-autoconf.mk -/include/tpl-autoconf.mk -asm-offsets.s # stgit generated dirs patches-* @@ -92,3 +82,11 @@ GPATH GRTAGS GSYMS GTAGS + +*.orig +*~ +\#*# + +# gcc code coverage files +*.gcda +*.gcno