From f077646bf029651a262a798cd22d021fa30eb215 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Wed, 5 Dec 2012 14:45:24 -0100 Subject: [PATCH] Ignore built zip files with version number in them as well --- .hgignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.hgignore b/.hgignore index 5c0401a322..250bf807ce 100644 --- a/.hgignore +++ b/.hgignore @@ -49,9 +49,9 @@ umbraco\presentation\umbraco\plugins\uComponents\uComponentsInstaller.ascx umbraco\presentation\packages\uComponents\MultiNodePicker\CustomTreeService.asmx _BuildOutput/* *.ncrunchsolution -build/UmbracoCms.AllBinaries.zip -build/UmbracoCms.WebPI.zip -build/UmbracoCms.zip +build/UmbracoCms.AllBinaries*zip +build/UmbracoCms.WebPI*zip +build/UmbracoCms*zip build/*.nupkg src/Umbraco.Tests/config/applications.config src/Umbraco.Tests/config/trees.config