Skip to content

Commit b255d43

Browse files
committed
Merge pull request #516 from Haacked/dotnet-gitignore-pr-consolidation
Dotnet gitignore pr consolidation
2 parents 33fe1d3 + 5684f73 commit b255d43

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

VisualStudio.gitignore

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build/
1616
[Oo]bj/
1717

1818
# MSTest test Results
19-
[Tt]est[Rr]esults/
19+
[Tt]est[Rr]esult*/
2020
[Bb]uild[Ll]og.*
2121

2222
*_i.c
@@ -34,6 +34,7 @@ build/
3434
*.tli
3535
*.tlh
3636
*.tmp
37+
*.tmp_proj
3738
*.log
3839
*.vspscc
3940
*.vssscc
@@ -59,15 +60,18 @@ ipch/
5960

6061
# ReSharper is a .NET coding add-in
6162
_ReSharper*/
62-
63+
# Some recommend against the RS rule below - excludes useful info?
6364
*.[Rr]e[Ss]harper
6465

66+
# DotCover is a Code Coverage Tool
67+
*.dotCover
68+
6569
# NCrunch
6670
*.ncrunch*
6771
.*crunch*.local.xml
6872

6973
# Installshield output folder
70-
[Ee]xpress
74+
[Ee]xpress/
7175

7276
# DocProject is a documentation generator add-in
7377
DocProject/buildhelp/
@@ -80,14 +84,15 @@ DocProject/Help/Html2
8084
DocProject/Help/html
8185

8286
# Click-Once directory
83-
publish
87+
publish/
8488

8589
# Publish Web Output
8690
*.Publish.xml
8791

8892
# NuGet Packages Directory
8993
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
9094
#packages/
95+
!packages/repositories.config
9196

9297
# Windows Azure Build Output
9398
csx
@@ -97,24 +102,25 @@ csx
97102
AppPackages/
98103

99104
# Others
100-
sql
101-
TestResults
102-
[Tt]est[Rr]esult*
105+
sql/
103106
*.Cache
104-
ClientBin
107+
ClientBin/
105108
[Ss]tyle[Cc]op.*
106109
~$*
110+
*~
107111
*.dbmdl
108112
*.[Pp]ublish.xml
109113
*.pfx
110114

111-
Generated_Code #added for RIA/Silverlight projects
115+
# RIA/Silverlight projects
116+
Generated_Code/
112117

113118
# Backup & report files from converting an old project file to a newer
114119
# Visual Studio version. Backup files are not needed, because we have git ;-)
115120
_UpgradeReport_Files/
116121
Backup*/
117122
UpgradeLog*.XML
123+
UpgradeLog*.htm
118124

119125
# SQL Server files
120126
App_Data/*.mdf

0 commit comments

Comments
 (0)