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

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Marcu <Peter.Marcu@Microsoft.com>2017-01-11 20:37:36 +0300
committerRich Lander <rlander@microsoft.com>2017-01-11 20:37:36 +0300
commit389d631f64cf28fdc8f9ddd5faf8c09ea95112cc (patch)
tree3cf820b981cdb4edd5121d4b099f898619b14cfe /.gitignore
parent58c03a568be445614fb31a86316dbffc2c915240 (diff)
Update gitignore to exclude more common artifacts (#418)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 26 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c76ba478..b5e7d97a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,32 @@
*.swp
*.*~
-bin/
-obj/
project.lock.json
.DS_Store
*.pyc
+
+# Visual Studio Code
.vscode
+
+# User-specific files
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+build/
+bld/
+[Bb]in/
+[Oo]bj/
+msbuild.log
+msbuild.err
+msbuild.wrn
+
+# Visual Studio 2015
+.vs/