exclude category in loop.php

You’ve misplaced the apostrophe.

query_posts('cat=-1'); while ( have_posts() ) : the_post(); ?>