Added some more paths to CLEAN

These are some of the artifacts left behind when working with the
3-1-stable branch.
This commit is contained in:
Norman Clarke 2012-08-19 12:22:09 -03:00
parent dae27cfb33
commit c809ad448c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ require "rubygems/package_task"
task :default => :test
CLEAN.replace %w(pkg doc coverage .yardoc)
CLEAN.replace %w(pkg doc coverage .yardoc test/haml vendor)
def silence_warnings
the_real_stderr, $stderr = $stderr, StringIO.new