X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=9110eda6468fb70c6472b13aa086981a8855ed43;hb=b08a704ddcede36974ab0ae641a78614db843793;hp=f6f5dae3d4460f48c45c5d9b4b0e3f0b36e79060;hpb=8dcb6f1f81e03846b9f6dbc4cb7a6bb8dbfcbb81;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