From 7adaf75eb9e2cc43ceec85a3caa7d52832777d95 Mon Sep 17 00:00:00 2001 From: Diptorup Deb <3046810+diptorupd@users.noreply.github.com> Date: Thu, 25 Feb 2021 22:12:31 -0600 Subject: [PATCH] Update .gitignore (#288) 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