Skip to content

Commit c594ee4

Browse files
author
Paul Betts
committed
Copy/paste Global/VisualStudio.gitignore into here for now
1 parent f7acf5b commit c594ee4

File tree

1 file changed

+91
-1
lines changed

1 file changed

+91
-1
lines changed

CSharp.gitignore

Lines changed: 91 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,94 @@
33
[Oo]bj/
44

55
# mstest test results
6-
TestResults
6+
TestResults
7+
8+
## Ignore Visual Studio temporary files, build results, and
9+
## files generated by popular Visual Studio add-ons.
10+
11+
# User-specific files
12+
*.suo
13+
*.user
14+
*.sln.docstates
15+
16+
# Build results
17+
[Dd]ebug/
18+
[Rr]elease/
19+
x64/
20+
*_i.c
21+
*_p.c
22+
*.ilk
23+
*.meta
24+
*.obj
25+
*.pch
26+
*.pdb
27+
*.pgc
28+
*.pgd
29+
*.rsp
30+
*.sbr
31+
*.tlb
32+
*.tli
33+
*.tlh
34+
*.tmp
35+
*.vspscc
36+
*.vssscc
37+
.builds
38+
39+
# Visual C++ cache files
40+
ipch/
41+
*.aps
42+
*.ncb
43+
*.opensdf
44+
*.sdf
45+
46+
# Visual Studio profiler
47+
*.psess
48+
*.vsp
49+
50+
# Guidance Automation Toolkit
51+
*.gpState
52+
53+
# ReSharper is a .NET coding add-in
54+
_ReSharper*
55+
56+
# NCrunch
57+
*.ncrunch*
58+
.*crunch*.local.xml
59+
60+
# Installshield output folder
61+
[Ee]xpress
62+
63+
# DocProject is a documentation generator add-in
64+
DocProject/buildhelp/
65+
DocProject/Help/*.HxT
66+
DocProject/Help/*.HxC
67+
DocProject/Help/*.hhc
68+
DocProject/Help/*.hhk
69+
DocProject/Help/*.hhp
70+
DocProject/Help/Html2
71+
DocProject/Help/html
72+
73+
# Click-Once directory
74+
publish
75+
76+
# Publish Web Output
77+
*.Publish.xml
78+
79+
# Others
80+
[Bb]in
81+
[Oo]bj
82+
sql
83+
TestResults
84+
[Tt]est[Rr]esult*
85+
*.Cache
86+
ClientBin
87+
[Ss]tyle[Cc]op.*
88+
~$*
89+
*.dbmdl
90+
Generated_Code #added for RIA/Silverlight projects
91+
92+
# Backup & report files from converting an old project file to a newer
93+
# Visual Studio version. Backup files are not needed, because we have git ;-)
94+
_UpgradeReport_Files/
95+
Backup*/
96+
UpgradeLog*.XML

0 commit comments

Comments
 (0)