1
0
mirror of https://github.com/github/gitignore synced 2025-06-21 22:29:04 +02:00

Update CSharp.gitignore

Remove dupes from "Others", add trailing slashes to folders, move 2 lines to more appropriate sections
This commit is contained in:
neogic 2012-12-11 02:12:19 +00:00
parent 747efedec0
commit 901861ebc1

View File

@ -3,7 +3,7 @@
[Oo]bj/ [Oo]bj/
# mstest test results # mstest test results
TestResults [Tt]est[Rr]esult*/
## Ignore Visual Studio temporary files, build results, and ## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons. ## files generated by popular Visual Studio add-ons.
@ -53,14 +53,14 @@ ipch/
*.gpState *.gpState
# ReSharper is a .NET coding add-in # ReSharper is a .NET coding add-in
_ReSharper* _ReSharper*/
# NCrunch # NCrunch
*.ncrunch* *.ncrunch*
.*crunch*.local.xml .*crunch*.local.xml
# Installshield output folder # Installshield output folder
[Ee]xpress [Ee]xpress/
# DocProject is a documentation generator add-in # DocProject is a documentation generator add-in
DocProject/buildhelp/ DocProject/buildhelp/
@ -73,33 +73,30 @@ DocProject/Help/Html2
DocProject/Help/html DocProject/Help/html
# Click-Once directory # Click-Once directory
publish publish/
# Publish Web Output # Publish Web Output
*.Publish.xml *.Publish.xml
# NuGet Packages Directory # NuGet Packages Directory
packages packages/
# Windows Azure Build Output # Windows Azure Build Output
csx csx/
*.build.csdef *.build.csdef
# Windows Store app package directory # Windows Store app package directory
AppPackages/ AppPackages/
# RIA/Silverlight projects
Generated_Code/
# Others # Others
[Bb]in
[Oo]bj
sql
TestResults
[Tt]est[Rr]esult*
*.Cache *.Cache
ClientBin ClientBin/
[Ss]tyle[Cc]op.* [Ss]tyle[Cc]op.*
~$* ~$*
*.dbmdl *.dbmdl
Generated_Code #added for RIA/Silverlight projects
# Backup & report files from converting an old project file to a newer # Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-) # Visual Studio version. Backup files are not needed, because we have git ;-)