mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-17 12:20:25 +08:00
don't ship .repl_history files
This commit is contained in:
1
Rakefile
1
Rakefile
@@ -81,6 +81,7 @@ task :install do
|
||||
data.concat(Dir.glob('./doc/*.html'))
|
||||
#data.concat(Dir.glob('./doc/docset/**/*'))
|
||||
data.concat(Dir.glob('./sample/**/*').reject { |path| path =~ /build/ })
|
||||
data.concat(Dir.glob('./sample/**/*').reject { |path| path =~ /\.repl_history/ })
|
||||
data.reject! { |path| /^\./.match(File.basename(path)) }
|
||||
|
||||
motiondir = '/Library/Motion'
|
||||
|
||||
Reference in New Issue
Block a user