dotnet-installer/.gitignore
Andrew Stanton-Nurse 06c66638f3 switch to repo-local stage0
fixes #200
2015-11-16 13:49:29 -08:00

46 lines
514 B
Text

[Oo]bj/
[Bb]in/
.nuget/
_ReSharper.*/
packages/
artifacts/
*.user
*.suo
*.cache
*.docstates
nuget.exe
*.psess
*.vsp
*.pidb
*.userprefs
*DS_Store
*.ncrunchsolution
*.*sdf
*.ipch
*.aps
/*.vspx
*.metaproj*
debugSettings.json
project.lock.json
TestResults/
# Debian and python stuff
*.dsc
*.tar.gz
*.build
*.changes
*.deb
*.pyc
*.pyo
# OSX Packaging temp files
*.pkg
# Profiler result files, just in case they are left lying around :)
.vs/
# CMake generated files
cmake/
# stage0 install directory
.dotnet_stage0