Skip to content

Commit 4b6bf65

Browse files
danashandefunkt
authored andcommitted
Updated Global/VisualStudio.gitignore
1 parent a66b53a commit 4b6bf65

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

Global/VisualStudio.gitignore

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@
77
*.sln.docstates
88

99
# Build results
10-
[Dd]ebug/
10+
11+
[Dd]ebug*/
1112
[Rr]elease/
12-
x64/
13+
14+
build/
15+
16+
17+
[Tt]est[Rr]esult
18+
[Bb]uild[Ll]og.*
19+
1320
*_i.c
1421
*_p.c
1522
*.ilk
@@ -29,6 +36,10 @@ x64/
2936
*.vssscc
3037
.builds
3138

39+
*.pidb
40+
41+
*.log
42+
*.scc
3243
# Visual C++ cache files
3344
ipch/
3445
*.aps
@@ -44,13 +55,15 @@ ipch/
4455
*.gpState
4556

4657
# ReSharper is a .NET coding add-in
47-
_ReSharper*
58+
_ReSharper*/
59+
60+
*.[Rr]e[Ss]harper
4861

4962
# NCrunch
5063
*.ncrunch*
5164
.*crunch*.local.xml
5265

53-
# Installshield output folder
66+
# Installshield output folder
5467
[Ee]xpress
5568

5669
# DocProject is a documentation generator add-in
@@ -80,6 +93,9 @@ ClientBin
8093
[Ss]tyle[Cc]op.*
8194
~$*
8295
*.dbmdl
96+
97+
*.[Pp]ublish.xml
98+
8399
Generated_Code #added for RIA/Silverlight projects
84100

85101
# Backup & report files from converting an old project file to a newer

0 commit comments

Comments
 (0)