From 14ae6205ca67c26c255aa886f3df7af4c174823c Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Mon, 11 Jan 2021 14:11:45 -0800 Subject: [PATCH] Add Benchmarks project. (dotnet/runtimelab#538) Commit migrated from https://github.com/dotnet/runtimelab/commit/54321e38193b175b4b62b3e2399d4c50a22af5a6 --- src/libraries/System.Runtime.InteropServices/gen/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libraries/System.Runtime.InteropServices/gen/.gitignore b/src/libraries/System.Runtime.InteropServices/gen/.gitignore index 831de0b592d4f9..6b22273110c178 100644 --- a/src/libraries/System.Runtime.InteropServices/gen/.gitignore +++ b/src/libraries/System.Runtime.InteropServices/gen/.gitignore @@ -1,4 +1,5 @@ .vs/ **/bin **/obj -*.binlog \ No newline at end of file +*.binlog +BenchmarkDotNet.Artifacts \ No newline at end of file