]> source.dussan.org Git - gitignore.git/commitdiff
VisualStudio: Remove dupes, add trailing slashes, etc.
authorneogic <github@neogic.com>
Tue, 11 Dec 2012 02:28:04 +0000 (02:28 +0000)
committerHaacked <haacked@gmail.com>
Tue, 22 Jan 2013 19:36:41 +0000 (11:36 -0800)
Add trailing slashes to folders, RS rule comment, remove dupes.

VisualStudio.gitignore

index 5fa5bfd5b9c15faae5b0acc941db4816d729624f..786f3b3faeb490d78fe85aeba10d370527529ff0 100644 (file)
@@ -16,7 +16,7 @@ build/
 [Oo]bj/
 
 # MSTest test Results
-[Tt]est[Rr]esults/
+[Tt]est[Rr]esult*/
 [Bb]uild[Ll]og.*
 
 *_i.c
@@ -60,7 +60,7 @@ ipch/
 
 # ReSharper is a .NET coding add-in
 _ReSharper*/
-
+# Some recommend against the RS rule below - excludes useful info?
 *.[Rr]e[Ss]harper
 
 # NCrunch
@@ -68,7 +68,7 @@ _ReSharper*/
 .*crunch*.local.xml
 
 # Installshield output folder
-[Ee]xpress
+[Ee]xpress/
 
 # DocProject is a documentation generator add-in
 DocProject/buildhelp/
@@ -81,7 +81,7 @@ DocProject/Help/Html2
 DocProject/Help/html
 
 # Click-Once directory
-publish
+publish/
 
 # Publish Web Output
 *.Publish.xml
@@ -98,18 +98,17 @@ csx
 AppPackages/
 
 # Others
-sql
-TestResults
-[Tt]est[Rr]esult*
+sql/
 *.Cache
-ClientBin
+ClientBin/
 [Ss]tyle[Cc]op.*
 ~$*
 *.dbmdl
 *.[Pp]ublish.xml
 *.pfx
 
-Generated_Code #added for RIA/Silverlight projects
+# RIA/Silverlight projects
+Generated_Code/
 
 # Backup & report files from converting an old project file to a newer
 # Visual Studio version. Backup files are not needed, because we have git ;-)