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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-06-13 15:10:23 +0300
committerkushalpandya <kushal@gitlab.com>2017-06-13 15:10:23 +0300
commit971e81257d1a7135b76ffaea2c1a7e9aad5a5e40 (patch)
tree1b203949e7afeeb539b40b72821b1088864cfc9f
parente0d2c5291c289e798ffc093a12a101f23f9087d4 (diff)
Ignore Benchmark Result artifacts & `.tss` filesupdate-9-3-templates
-rw-r--r--vendor/gitignore/VisualStudio.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/gitignore/VisualStudio.gitignore b/vendor/gitignore/VisualStudio.gitignore
index 7bd3b52f3f5..22fd88a55a3 100644
--- a/vendor/gitignore/VisualStudio.gitignore
+++ b/vendor/gitignore/VisualStudio.gitignore
@@ -42,6 +42,9 @@ TestResult.xml
[Rr]eleasePS/
dlldata.c
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
# .NET Core
project.lock.json
project.fragment.lock.json
@@ -279,6 +282,9 @@ __pycache__/
# tools/**
# !tools/packages.config
+# Tabs Studio
+*.tss
+
# Telerik's JustMock configuration file
*.jmconfig