From 9a522ccd329bd8b67e20b17410ef68500edf7b40 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Mon, 18 Jul 2016 16:56:34 -0500 Subject: [PATCH] Update gitignore to ignore the generated dotnet-new .zip files. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bae5bb22d..9872a30a8 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,7 @@ cmake/ .dotnet_stage0 # `dotnet new` template zip files are generated by a pre-build step. -/src/dotnet/commands/dotnet-new/*.zip +/src/dotnet/commands/dotnet-new/*.zip ### VisualStudio.gitignore from https://raw.githubusercontent.com/github/gitignore/master/VisualStudio.gitignore ###