dotnet-installer/.gitignore

47 lines
514 B
Text
Raw Normal View History

2015-10-02 11:03:16 -07:00
[Oo]bj/
2015-10-16 12:15:25 -07:00
[Bb]in/
2015-10-03 11:36:46 -07:00
.nuget/
_ReSharper.*/
packages/
artifacts/
*.user
*.suo
*.cache
*.docstates
nuget.exe
2015-10-02 11:03:16 -07:00
*.psess
*.vsp
2015-10-03 11:36:46 -07:00
*.pidb
*.userprefs
*DS_Store
*.ncrunchsolution
*.*sdf
*.ipch
*.aps
/*.vspx
*.metaproj*
debugSettings.json
project.lock.json
TestResults/
2015-10-02 11:03:16 -07:00
2015-10-15 16:16:58 -07:00
# Debian and python stuff
*.dsc
*.tar.gz
*.build
*.changes
*.deb
*.pyc
*.pyo
# OSX Packaging temp files
*.pkg
2015-10-03 11:36:46 -07:00
# Profiler result files, just in case they are left lying around :)
.vs/
# CMake generated files
cmake/
2015-11-16 13:49:29 -08:00
# stage0 install directory
.dotnet_stage0