1# User-specific files 2*.rsuser 3*.suo 4*.user 5*.userosscache 6*.sln.docstates 7 8# Build results 9[Dd]ebug/ 10[Dd]ebugDLL/ 11[Rr]elease/ 12[Rr]eleaseDLL/ 13x64/ 14x86/ 15[Aa][Rr][Mm]/ 16[Aa][Rr][Mm]64/ 17bld/ 18[Bb]in/ 19[Oo]bj/ 20[Ll]og/ 21 22# Visual Studio 2015/2017 cache/options directory 23.vs/ 24 25# Visual Studio 2017 auto generated files 26Generated\ Files/ 27 28# Build Results of an ATL Project 29[Dd]ebugPS/ 30[Rr]eleasePS/ 31dlldata.c 32 33# Files built by Visual Studio 34*_i.c 35*_p.c 36*_h.h 37*.ilk 38*.meta 39*.obj 40*.iobj 41*.pch 42*.pdb 43*.ipdb 44*.pgc 45*.pgd 46*.rsp 47*.sbr 48*.tlb 49*.tli 50*.tlh 51*.tmp 52*.tmp_proj 53*_wpftmp.csproj 54*.log 55*.vspscc 56*.vssscc 57.builds 58*.pidb 59*.svclog 60*.scc 61 62# Visual C++ cache files 63ipch/ 64*.aps 65*.ncb 66*.opendb 67*.opensdf 68*.sdf 69*.cachefile 70*.VC.db 71*.VC.VC.opendb 72 73# Visual Studio profiler 74*.psess 75*.vsp 76*.vspx 77*.sap 78 79# Visual Studio cache files 80# files ending in .cache can be ignored 81*.[Cc]ache 82# but keep track of directories ending in .cache 83!?*.[Cc]ache/ 84 85# Backup & report files from converting an old project file 86# to a newer Visual Studio version. Backup files are not needed, 87# because we have git ;-) 88_UpgradeReport_Files/ 89Backup*/ 90UpgradeLog*.XML 91UpgradeLog*.htm 92ServiceFabricBackup/ 93*.rptproj.bak 94 95# Visual Studio 6 build log 96*.plg 97 98# Visual Studio 6 workspace options file 99*.opt 100 101# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) 102*.vbw 103 104# Local History for Visual Studio 105.localhistory/ 106