Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6cd63ec
)
Thrift-1650: Update clean items and svn:ignore entries for OS X artifacts
author
Jake Farrell
<jfarrell@apache.org>
Sun, 2 Sep 2012 03:26:50 +0000
(
03:26
+0000)
committer
Jake 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
patch
|
blob
|
history
diff --git
a/lib/rb/Rakefile
b/lib/rb/Rakefile
index
944134a
..
2590738
100644
(file)
--- 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'
]