From 971e81257d1a7135b76ffaea2c1a7e9aad5a5e40 Mon Sep 17 00:00:00 2001 From: kushalpandya Date: Tue, 13 Jun 2017 17:40:23 +0530 Subject: Ignore Benchmark Result artifacts & `.tss` files --- vendor/gitignore/VisualStudio.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.1