mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-05 22:40:25 +08:00
don't install VIM swap files
This commit is contained in:
3
Rakefile
3
Rakefile
@@ -185,6 +185,9 @@ task :install do
|
||||
# Android support is not ready yet.
|
||||
data.delete_if { |x| x.match(/^.\/lib\/motion\/project\/template\/android/) }
|
||||
|
||||
# Delete temporary VIM files.
|
||||
data.delete_if { |x| base = File.basename(x); base.match(/^\./) and base.match(/\.sw.$/) }
|
||||
|
||||
=begin
|
||||
# === 6.0 support (beta) ===
|
||||
data.concat(Dir.glob("./data/6.0/Rakefile"))
|
||||
|
||||
Reference in New Issue
Block a user