X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=9110eda6468fb70c6472b13aa086981a8855ed43;hb=a903c9a04c02a6bed059046a209f54ca19ca1d6e;hp=3b14c256e1971d23df29348ca161cccd84130592;hpb=bf46e7d8d134521301ff02b6d97e8998aa10a83d;p=u-boot diff --git a/.gitignore b/.gitignore index 3b14c256e1..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,47 +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* +/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-* @@ -90,3 +82,11 @@ GPATH GRTAGS GSYMS GTAGS + +*.orig +*~ +\#*# + +# gcc code coverage files +*.gcda +*.gcno