be sure to have git ignore a bunch of different package types

This commit is contained in:
James Truher 2016-05-25 13:07:13 -07:00
parent 66b3496db3
commit 860284b00f

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