don't ship .repl_history files

This commit is contained in:
Laurent Sansonetti
2012-03-25 18:25:46 +02:00
parent 4a8eaa12c1
commit 908542a807

View File

@@ -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'