Skip to content

Commit

Permalink
🔧 remove measurement dir in clean task.
Browse files Browse the repository at this point in the history
  • Loading branch information
hirakiuc committed Dec 10, 2016
1 parent 4f8b64a commit 79cf01d
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 @@ -7,6 +7,7 @@ desc 'cleanup rcov, doc directories'
task :clean do
rm_rf 'coverage'
rm_rf 'doc'
rm_rf 'measurement'
end

# https://github.com/sferik/twitter/blob/master/Rakefile
Expand Down

0 comments on commit 79cf01d

Please sign in to comment.