From 3a90fe263d8857ae47194591b3f44857189a29e1 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Mon, 29 Aug 2022 07:11:23 -0500 Subject: [PATCH] add BenchmarkDotNet results to `.gitignore` (#6079) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e371f412542..c4e1346ef6d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,9 @@ TestResults/ PerfResults/ *.lock.json +# BenchmarkDotNet files +[rR]esults/ + # Visual Studo 2015 cache/options directory .vs/