lib/clean.rb in dev_commands-0.0.37 vs lib/clean.rb in dev_commands-0.0.38
- old
+ new
@@ -2,10 +2,10 @@
def update
['.yardoc','log','tmp','obj'].each{|dir|
CLEAN.include(dir) if File.exists?(dir)
}
- CLEAN.include('**/*.{suo,sdf}')
+ CLEAN.include('*.{suo,sdf}')
#add '<%Rake::Task[:clean].reenable%>'
add '<%Rake::Task[:clean].invoke%>'
end
end
\ No newline at end of file