(‘cos it took me more than a couple of minutes to find a relevant answer)

//Exclude blog posts (category #1)
//https://wordpress.org/support/topic/author-posts-page-exclude-posts
query_posts($query_string . '&cat=-1');
while ( have_posts() ) : the_post(); 

Last updated on 5th September 2018