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

# User-specific files
*.suo
*.user
7
*.sln.docstates
A
Adam Vandenberg 已提交
8 9

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

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

B
Bradley Grainger 已提交
39 40 41 42
# Visual Studio profiler
*.psess
*.vsp

A
Adam Vandenberg 已提交
43 44 45
# ReSharper is a .NET coding add-in
_ReSharper*

46 47 48 49
# NCrunch
*.ncrunch*
.*crunch*.local.xml

50 51 52
# Installshield output folder 
[Ee]xpress

53 54 55 56 57 58 59 60 61 62 63 64 65
# 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

66 67 68
# Publish Web Output
*.Publish.xml

A
Adam Vandenberg 已提交
69
# Others
70 71
[Bb]in
[Oo]bj
J
Juan Pablo Garcia Dalolla 已提交
72 73
sql
TestResults
74
[Tt]est[Rr]esult*
J
Juan Pablo Garcia Dalolla 已提交
75 76
*.Cache
ClientBin
77
[Ss]tyle[Cc]op.*
J
Juan Pablo Garcia Dalolla 已提交
78
~$*
79 80
*.dbmdl
Generated_Code #added for RIA/Silverlight projects
81 82 83 84

# 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/
85 86
Backup*/
UpgradeLog*.XML
87 88

# NuGet
89
packages/