X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=.gitignore;h=f1b801579ce7f4969d1268570e13ce8a8df7e194;hb=9ca33ebf1c3a950d06cb50dba8d0a94e150bc0fd;hp=0ace33bd616e1bb70b0df30370eb7b32ad09931d;hpb=740f41d3cbefe2068247852220226c2c3b287249;p=u-boot diff --git a/.gitignore b/.gitignore index 0ace33bd61..f1b801579c 100644 --- a/.gitignore +++ b/.gitignore @@ -30,10 +30,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 @@ -47,14 +49,13 @@ /LOG /spl/ /tpl/ +/defconfig # # Generated include files # /include/config/ /include/generated/ -/include/spl-autoconf.mk -/include/tpl-autoconf.mk # stgit generated dirs patches-* @@ -84,3 +85,7 @@ GTAGS *.orig *~ \#*# + +# gcc code coverage files +*.gcda +*.gcno