Skip to content

Commit

Permalink
Merge pull request github#285 from philipproplesch/master
Browse files Browse the repository at this point in the history
Added NuGet "packages" directory and some NCrunch files to the VisualStudio.gitignore
  • Loading branch information
defunkt committed Apr 18, 2012
2 parents a743349 + 5872a72 commit c483d6f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Global/VisualStudio.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*.tlh
*.tmp
*.vspscc
*.vssscc
.builds

# Visual C++ cache files
Expand All @@ -41,6 +42,10 @@ ipch/
# ReSharper is a .NET coding add-in
_ReSharper*

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# Installshield output folder
[Ee]xpress

Expand All @@ -57,11 +62,15 @@ DocProject/Help/html
# Click-Once directory
publish

# Publish Web Output
*.Publish.xml

# Others
[Bb]in
[Oo]bj
sql
TestResults
[Tt]est[Rr]esult*
*.Cache
ClientBin
stylecop.*
Expand All @@ -74,3 +83,6 @@ Generated_Code #added for RIA/Silverlight projects
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML

# NuGet
packages/

0 comments on commit c483d6f

Please sign in to comment.