Thrift-1650: Update clean items and svn:ignore entries for OS X artifacts
Client: ruby
Patch: Nathan Beyer

add a few entries to the CLEAN variable, so that some additional OS X artifacts will get cleaned up



git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1379915 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile
index 944134a..2590738 100644
--- a/lib/rb/Rakefile
+++ b/lib/rb/Rakefile
@@ -101,8 +101,8 @@
   end
 end
 
-CLEAN.include [ 'ext/*.{o,bundle,so,dll}', 'mkmf.log', 'ext/mkmf.log', 'ext/Makefile', 
-  'Gemfile.lock', '.bundle', 
-  'spec/gen-rb', 'test', 'benchmark/gen-rb',
-  'pkg', 'thrift-*.gem'
+CLEAN.include [
+  '.bundle', 'benchmark/gen-rb', 'coverage', 'ext/*.{o,bundle,so,dll}', 'ext/mkmf.log',
+  'ext/Makefile', 'ext/conftest.dSYM', 'Gemfile.lock', 'mkmf.log', 'pkg',  'spec/gen-rb',
+  'test', 'thrift-*.gem'
 ]