| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- # User-specific files
- *.suo
- *.user
- *.userosscache
- *.sln.docstates
- # Build results
- [Dd]ebug/
- [Dd]ebugPublic/
- [Rr]elease/
- [Rr]eleases/
- x64/
- x86/
- build/
- bld/
- [Bb]in/
- [Oo]bj/
- # Visual Studio 2015 cache/options directory
- .vs/
- *_i.c
- *_p.c
- *_i.h
- *.ilk
- *.meta
- *.obj
- *.pch
- *.pdb
- *.pgc
- *.pgd
- *.rsp
- *.sbr
- *.tlb
- *.tli
- *.tlh
- *.tmp
- *.tmp_proj
- *.log
- *.vspscc
- *.vssscc
- .builds
- *.pidb
- *.svclog
- *.scc
- # The packages folder can be ignored because of Package Restore
- **/packages/*
- # except build/, which is used as an MSBuild target.
- !**/packages/build/
- # Visual Studio cache files
- # files ending in .cache can be ignored
- *.[Cc]ache
- # but keep track of directories ending in .cache
- !*.[Cc]ache/
|