Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Huntley <ghuntley@ghuntley.com>2015-05-04 04:48:39 +0300
committerGeoffrey Huntley <ghuntley@ghuntley.com>2015-05-05 07:11:36 +0300
commit661966e194022f2aed368af2ac641419deabf538 (patch)
tree8d8dca9a936bcfbfd1fbe677fa7838875438129e /.gitignore
parent912d5902bee4398d5c54e28514b4635e3bbf99ad (diff)
exclude Visual Studio 2015 `.vs` working directory
"The .vs directory is the new location where per-user solution-specific items are saved. Previously there was no directory where this information could be placed, so the IDE kept adding files alongside the solution. It's finally a solution to a problem that's been here for a very long time." - @sharwell
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e39c7aadb3..8a6b442515 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,7 +21,10 @@ bld/
[Oo]bj/
msbuild.log
-# Roslyn stuff
+# Visual Studio 2015
+.vs/
+
+# Visual Studio 2015 Pre-CTP6
*.sln.ide
*.ide/