diff options
author | Philip Proplesch <philip@proplesch.de> | 2012-04-03 12:38:46 +0200 |
---|---|---|
committer | Philip Proplesch <philip@proplesch.de> | 2012-04-03 12:38:46 +0200 |
commit | 5872a725794e137a33b4d2b522b6234a50c84e5b (patch) | |
tree | 00a67d60acd85c1e03d122fdcc5556d4f3c968fc /Global | |
parent | 1a188f26977e4547da999b8efe5a1bdca0faa1b9 (diff) | |
download | gitignore-5872a725794e137a33b4d2b522b6234a50c84e5b.tar.gz gitignore-5872a725794e137a33b4d2b522b6234a50c84e5b.zip |
Added NuGet and NCrunch to VisualStudio.gitignore
Diffstat (limited to 'Global')
-rw-r--r-- | Global/VisualStudio.gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index b6dc2213..e5d5b6b9 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -25,6 +25,7 @@ *.tlh *.tmp *.vspscc +*.vssscc .builds # Visual C++ cache files @@ -41,6 +42,10 @@ ipch/ # ReSharper is a .NET coding add-in _ReSharper* +# NCrunch +*.ncrunch* +.*crunch*.local.xml + # Installshield output folder [Ee]xpress @@ -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.* @@ -74,3 +83,6 @@ Generated_Code #added for RIA/Silverlight projects _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML + +# NuGet +packages/
\ No newline at end of file |