Update gitignore to ignore the generated dotnet-new .zip files.

This commit is contained in:
Eric Erhardt 2016-07-18 16:56:34 -05:00
parent 9c6bcb9a83
commit 9a522ccd32

2
.gitignore vendored
View file

@ -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 ###