X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=9110eda6468fb70c6472b13aa086981a8855ed43;hb=c9a2c47b91b0334e7c7f5aaa0421ba7d751edbef;hp=c2f53fccb44af129f88dfc16b040af380d372167;hpb=899a8cbbc28e7dc1c2418048a2769d27769592c8;p=u-boot diff --git a/.gitignore b/.gitignore index c2f53fccb4..9110eda646 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ *.su *.mod.c *.i +*.lex.c *.lst *.order *.elf @@ -20,6 +21,10 @@ *.bin *.patch *.cfgtmp +*.tab.[ch] + +# host programs on Cygwin +*.exe # Build tree /build-* @@ -27,10 +32,12 @@ # # Top-level generic files # +fit-dtb.blob /MLO* -/SPL +/SPL* /System.map /u-boot* +/boards.cfg # # git files that we don't want to ignore even it they are dot-files @@ -41,22 +48,15 @@ # # Generated files # - -/LOG -/errlog -/reloc_off - -/spl/* -!/spl/Makefile +/spl/ /tpl/ +/defconfig # # Generated include files # /include/config/ /include/generated/ -/include/spl-autoconf.mk -/include/tpl-autoconf.mk # stgit generated dirs patches-* @@ -86,3 +86,7 @@ GTAGS *.orig *~ \#*# + +# gcc code coverage files +*.gcda +*.gcno