From eea98669672499553f752d89d7d67c4578ea8e5a Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Mon, 14 Jun 2021 14:40:11 -0600 Subject: [PATCH] Address bug that fails to ignore select files generated by gcov. Thanks to M.W. for the report --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3fc51de44..53606474d 100644 --- a/.gitignore +++ b/.gitignore @@ -230,6 +230,7 @@ IDE/MDK-ARM/LPC43xx/LPC43xx/ *.gcno *.gcda *.gcov +*.dgcov !linuxkm/Makefile /Kbuild linuxkm/*.ko