summaryrefslogtreecommitdiff
path: root/lib/hoe/clean.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hoe/clean.rb')
-rw-r--r--lib/hoe/clean.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hoe/clean.rb b/lib/hoe/clean.rb
index c59be5b..0b3e5c6 100644
--- a/lib/hoe/clean.rb
+++ b/lib/hoe/clean.rb
@@ -16,7 +16,7 @@ module Hoe::Clean
def initialize_clean
self.clean_globs ||= %w[diff diff.txt TAGS ri deps .source_index
- *.gem **/*~ **/.*~ **/*.rbc coverage*]
+ *.gem **/*~ **/.*~ **/*.rbc]
end
##