Skip to content

Commit 16b2026

Browse files
committed
add coverage to gitignore
1 parent cab65fa commit 16b2026

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,11 @@ cython_debug/
167167
# Temporary files
168168
*.tmp
169169
tmp/
170+
171+
# coverage
172+
coverage/
173+
htmlcov/
174+
.coverage
175+
.coverage.*
176+
coverage.xml
177+
*.cover

0 commit comments

Comments
 (0)