From ed4ef1f89821735170a6c0205b7d788e44dbe6f6 Mon Sep 17 00:00:00 2001 From: Diptorup Deb <3046810+diptorupd@users.noreply.github.com> Date: Thu, 25 Feb 2021 22:10:57 -0600 Subject: [PATCH] Update .gitignore Ignore the generated coverage reports. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ffe32473c3..cb9a2ada8c 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,6 @@ target/ # generated Cython files _dpctl_bindings* + +# generated C API coverage reports +dpctl-c-api-coverage