don't install VIM swap files

This commit is contained in:
Laurent Sansonetti
2014-01-28 12:57:59 +01:00
parent 244342b62d
commit de5de72ce9

View File

@@ -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"))