diff --git a/wa-system/webasyst/lib/cli/webasystCompress.cli.php b/wa-system/webasyst/lib/cli/webasystCompress.cli.php index 6a502ec39..3bc6088c9 100644 --- a/wa-system/webasyst/lib/cli/webasystCompress.cli.php +++ b/wa-system/webasyst/lib/cli/webasystCompress.cli.php @@ -1483,7 +1483,7 @@ private function filter(&$files, $blacklist = array(), $whitelist = array()) '@\.(bak|old|user|te?mp|www)(\.(php|css|js|html))?$@' => 'temp file', '@(locale)\/.+\.(te?mp)(\.(po|mo))?$@' => 'temp files in the locale directory', '@(/|^)(\.DS_Store|\.desktop\.ini|thumbs\.db)$@' => 'system file', - '@\b\.(svn|git|hg_archival\.txt)\b@' => 'CVS file', + '@\b\.(svn|hg_archival\.txt)\b@' => 'CVS file', '@(/|^)\.git.*@' => 'GIT file', '@(/|^)\.[^/]+/@' => 'directory with leading dot', '@(/|^)\.(project|buildpath)@' => 'IDE file',