8000 MNT : add coverage output to .gitignore · matplotlib/matplotlib@f8c7152 · GitHub
[go: up one dir, main page]

Skip to content

Commit f8c7152

Browse files
tacaswelljenshnielsen
authored andcommitted
MNT : add coverage output to .gitignore
1 parent 2f19ca0 commit f8c7152

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
@@ -73,3 +73,10 @@ result_images
7373

7474
*.swp
7575
setup.cfg
76+
77+
# Coverage generated files #
78+
############################
79+
80+
.coverage
81+
.coverage.*
82+
cover/

0 commit comments

Comments
 (0)
0