Merge pull request #4122 from kaleb-himes/BUGREPORT_M_W_GCOV

Address bug that fails to ignore select files generated by gcov. Thanks to M.W. for the report
This commit is contained in:
David Garske
2021-06-15 11:07:30 -07:00
committed by GitHub

1
.gitignore vendored
View File

@ -230,6 +230,7 @@ IDE/MDK-ARM/LPC43xx/LPC43xx/
*.gcno
*.gcda
*.gcov
*.dgcov
!linuxkm/Makefile
/Kbuild
linuxkm/*.ko