Author: jfarrell
Date: Sun Sep 2 03:26:50 2012
New Revision: 1379915
URL: http://svn.apache.org/viewvc?rev=1379915&view=rev
Log:
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
Modified:
thrift/trunk/lib/rb/ (props changed)
thrift/trunk/lib/rb/Rakefile
thrift/trunk/lib/rb/ext/ (props changed)
Propchange: thrift/trunk/lib/rb/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Sep 2 03:26:50 2012
@@ -4,3 +4,6 @@ InstalledFiles
pkg
debug_proto_test
test
+thrift*.gem
+Gemfile.lock
+coverage
Modified: thrift/trunk/lib/rb/Rakefile
URL:
http://svn.apache.org/viewvc/thrift/trunk/lib/rb/Rakefile?rev=1379915&r1=1379914&r2=1379915&view=diff
==============================================================================
--- thrift/trunk/lib/rb/Rakefile (original)
+++ thrift/trunk/lib/rb/Rakefile Sun Sep 2 03:26:50 2012
@@ -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'
]
Propchange: thrift/trunk/lib/rb/ext/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sun Sep 2 03:26:50 2012
@@ -1,5 +1,5 @@
-
Makefile*
mkmf.log
*.o
*.bundle
+*.dSYM