Merge pull request #1038 from PowerShell/jimtru-IgnorePackageFix

be sure to have git ignore a bunch of different package types
This commit is contained in:
Andy Schwartzmeyer 2016-05-25 13:43:51 -07:00
commit 558f2cfe66

7
.gitignore vendored
View file

@ -17,6 +17,13 @@ dotnet-install.ps1
*.exe
*.msi
# Ignore packages
*.deb
*.msi
*.zip
*.rpm
*.pkg
# ignore the version file as it is generated at build time
powershell.version