Skip to content

Commit 48e5456

Browse files
committed
more make clean
1 parent a1e7291 commit 48e5456

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ build/
99
.cache/
1010
*.egg-info/
1111
.pytest_cache/
12+
.tox/

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ publish: tag upload
1818

1919
clean:
2020
@find . | grep -E "(__pycache__|\.pyc|\.pyo$\)" | xargs rm -rf
21-
@rm -rf src/*.egg-info/ build/ dist/ MANIFEST .tox/ .cache/ .pytest_cache/
21+
@rm -rf src/*.egg-info/ build/ dist/ MANIFEST .tox/ .cache/ .pytest_cache/ .coverage
2222

2323
format:
2424
isort .

0 commit comments

Comments
 (0)