X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=9110eda6468fb70c6472b13aa086981a8855ed43;hb=e09159c86786929a728e3119726b10332226e6ea;hp=f6f5dae3d4460f48c45c5d9b4b0e3f0b36e79060;hpb=08d0c53d6b1ba9fcca19883e20f4735eabe8bb3a;p=u-boot diff --git a/.gitignore b/.gitignore index f6f5dae3d4..9110eda646 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ *.su *.mod.c *.i +*.lex.c *.lst *.order *.elf @@ -20,6 +21,7 @@ *.bin *.patch *.cfgtmp +*.tab.[ch] # host programs on Cygwin *.exe @@ -46,7 +48,6 @@ fit-dtb.blob # # Generated files # -/LOG /spl/ /tpl/ /defconfig @@ -57,14 +58,6 @@ fit-dtb.blob /include/config/ /include/generated/ -# Since "ee95d10 fdt: Build the new python libfdt module", a number of -# build artifacts and intermediated from the python libfdt module are -# installed into the /tools directory. -/tools/_libfdt.so -/tools/libfdt.py -/tools/libfdt.pyc -/tools/libfdt_wrap.c - # stgit generated dirs patches-* .stgit-edit.txt @@ -93,3 +86,7 @@ GTAGS *.orig *~ \#*# + +# gcc code coverage files +*.gcda +*.gcno