dotnet-installer/.gitignore

44 lines
471 B
Text
Raw Normal View History

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