diff --git a/post-processor/vagrant/parallels.go b/post-processor/vagrant/parallels.go index a6ee26b95..61e6ee5e6 100644 --- a/post-processor/vagrant/parallels.go +++ b/post-processor/vagrant/parallels.go @@ -10,7 +10,7 @@ import ( // These are the extensions of files and directories that are unnecessary for the function // of a Parallels virtual machine. -var UnnecessaryFilesPatterns = []string{"\\.log$", "\\.backup$", "\\.Backup$", "\\.app/"} +var UnnecessaryFilesPatterns = []string{"\\.log$", "\\.backup$", "\\.Backup$", "\\.app/", "/Windows Disks/"} type ParallelsProvider struct{}