From: Jake Farrell Date: Sun, 2 Sep 2012 03:26:50 +0000 (+0000) Subject: Thrift-1650: Update clean items and svn:ignore entries for OS X artifacts X-Git-Tag: 0.9.1~316 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=f88f9c231ebcd8f19bb040f78bc03e6b33a2982c;p=common%2Fthrift.git 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 944134ab..25907384 100644 --- a/lib/rb/Rakefile +++ b/lib/rb/Rakefile @@ -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' ]