VisualStudio.gitignore 1.0 KB
Newer Older
A
Adam Vandenberg 已提交
1 2 3 4 5 6 7 8
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user

# Build results
9 10 11 12 13 14
[Dd]ebug/
[Rr]elease/
*_i.c
*_p.c
*.ilk
*.meta
A
Adam Vandenberg 已提交
15
*.obj
16 17 18 19 20 21 22 23 24 25 26
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.vspscc
A
Adam Vandenberg 已提交
27 28
.builds

B
Bradley Grainger 已提交
29 30 31 32 33 34 35
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf

B
Bradley Grainger 已提交
36 37 38 39
# Visual Studio profiler
*.psess
*.vsp

A
Adam Vandenberg 已提交
40 41 42
# ReSharper is a .NET coding add-in
_ReSharper*

43 44 45
# Installshield output folder 
[Ee]xpress

46 47 48 49 50 51 52 53 54 55 56 57 58
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish

A
Adam Vandenberg 已提交
59
# Others
60 61
[Bb]in
[Oo]bj
J
Juan Pablo Garcia Dalolla 已提交
62 63 64 65 66 67
sql
TestResults
*.Cache
ClientBin
stylecop.*
~$*
68 69
*.dbmdl
Generated_Code #added for RIA/Silverlight projects
70 71 72 73 74 75

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup/
UpgradeLog.XML