Thrift-1650: Update clean items and svn:ignore entries for OS X artifacts
authorJake Farrell <jfarrell@apache.org>
Sun, 2 Sep 2012 03:26:50 +0000 (03:26 +0000)
committerJake Farrell <jfarrell@apache.org>
Sun, 2 Sep 2012 03:26:50 +0000 (03:26 +0000)
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

lib/rb/Rakefile

index 944134a..2590738 100644 (file)
@@ -101,8 +101,8 @@ task :install => [:gem] do
   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'
 ]