Skip to content

Commit

Permalink
add coverage dir to clobber
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Sep 23, 2009
1 parent 0ecca50 commit c2d2025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ end
task :clobber do
rm_rf 'pkg'
rm_rf 'tmp'
rm_rf 'coverage'
end

desc "Run all examples using rcov"
Expand Down

0 comments on commit c2d2025

Please sign in to comment.