From 9748e4c52c39056b3ffc5cd38fceb790d20318db Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Wed, 9 Feb 2022 17:19:33 +0000 Subject: [PATCH] add Eclipse metafiles (#9485) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b9d795ce4c..1040236af1 100644 --- a/.gitignore +++ b/.gitignore @@ -215,5 +215,10 @@ _build/ .idea *.iml +# Eclipse +**/.settings +**/.project +**/.classpath + # BenchmarkDotNet BenchmarkDotNet.Artifacts/