Skip to content

Commit ed056fd

Browse files
neogichaacked
authored andcommitted
VisualStudio: Remove dupes, add trailing slashes, etc.
Add trailing slashes to folders, RS rule comment, remove dupes.
1 parent 2ed26ea commit ed056fd

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

VisualStudio.gitignore

Lines changed: 8 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
@@ -60,15 +60,15 @@ ipch/
6060

6161
# ReSharper is a .NET coding add-in
6262
_ReSharper*/
63-
63+
# Some recommend against the RS rule below - excludes useful info?
6464
*.[Rr]e[Ss]harper
6565

6666
# NCrunch
6767
*.ncrunch*
6868
.*crunch*.local.xml
6969

7070
# Installshield output folder
71-
[Ee]xpress
71+
[Ee]xpress/
7272

7373
# DocProject is a documentation generator add-in
7474
DocProject/buildhelp/
@@ -81,7 +81,7 @@ DocProject/Help/Html2
8181
DocProject/Help/html
8282

8383
# Click-Once directory
84-
publish
84+
publish/
8585

8686
# Publish Web Output
8787
*.Publish.xml
@@ -98,18 +98,17 @@ csx
9898
AppPackages/
9999

100100
# Others
101-
sql
102-
TestResults
103-
[Tt]est[Rr]esult*
101+
sql/
104102
*.Cache
105-
ClientBin
103+
ClientBin/
106104
[Ss]tyle[Cc]op.*
107105
~$*
108106
*.dbmdl
109107
*.[Pp]ublish.xml
110108
*.pfx
111109

112-
Generated_Code #added for RIA/Silverlight projects
110+
# RIA/Silverlight projects
111+
Generated_Code/
113112

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

0 commit comments

Comments
 (0)