Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0019fd6

Browse files
committed
MNT : add coverage output to .gitignore
1 parent f470e0d commit 0019fd6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,10 @@ examples/tests/*
6767
texput.log
6868
texput.aux
6969
result_images
70+
71+
# Coverage generated files #
72+
############################
73+
74+
.coverage
75+
.coverage.*
76+
cover/

0 commit comments

Comments
 (0)