Skip to content

Commit

Permalink
Clean pytest_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Mar 4, 2018
1 parent cfa2c63 commit da02459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
test*.id3
src/test/data
src/test/eyeD3-test-data*
.idea/
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ clean-pyc:
clean-test:
rm -fr .tox/
rm -f .coverage
find . -name '.pytest_cache' -type d -exec rm -rf {} +

clean-patch:
find . -name '*.rej' -exec rm -f '{}' \;
Expand Down

0 comments on commit da02459

Please sign in to comment.