mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@ -230,6 +230,7 @@ IDE/MDK-ARM/LPC43xx/LPC43xx/
|
|||||||
*.gcno
|
*.gcno
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcov
|
*.gcov
|
||||||
|
*.dgcov
|
||||||
!linuxkm/Makefile
|
!linuxkm/Makefile
|
||||||
/Kbuild
|
/Kbuild
|
||||||
linuxkm/*.ko
|
linuxkm/*.ko
|
||||||
|
Reference in New Issue
Block a user