X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=9110eda6468fb70c6472b13aa086981a8855ed43;hb=b08a704ddcede36974ab0ae641a78614db843793;hp=7fac5b3c7479d13be1fd574a9f7c0d300c73c5c5;hpb=516457013e5a88f65f9d6c11e9171cb03871cc92;p=u-boot diff --git a/.gitignore b/.gitignore index 7fac5b3c74..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 @@ -30,6 +32,7 @@ # # Top-level generic files # +fit-dtb.blob /MLO* /SPL* /System.map @@ -45,7 +48,6 @@ # # Generated files # -/LOG /spl/ /tpl/ /defconfig @@ -84,3 +86,7 @@ GTAGS *.orig *~ \#*# + +# gcc code coverage files +*.gcda +*.gcno