Skip to content

Commit

Permalink
2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Jun 5, 2022
1 parent 19a6614 commit 1998a88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 28 deletions.
23 changes: 0 additions & 23 deletions make_build.sh

This file was deleted.

18 changes: 13 additions & 5 deletions make_clean.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
echo "Cleaning previous builds first.."
echo "Cleaning repo first.."
rm -rf dist
rm -rf build
rm -rf findpeaks.egg-info
rm -rf __pycache__
rm -rf .pytest_cache
rm -rf findpeaks/__pycache__
rm -rf findpeaks/.pylint.d
rm -rf findpeaks/tests/__pycache__
rm -rf tests/__pycache__
rm -rf findpeaks/utils/__pycache__
rm -rf .pylint.d
rm -rf findpeaks/data/*.zip
rm -rf findpeaks/data/*.csv
rm -rf findpeaks/data/*.png
rm -rf findpeaks/.pylint.d
rm -rf findpeaks/__pycache__
rm -rf findpeaks/filters/__pycache__
rm -rf tests/__pycache__
rm -rf findpeaks/data/*.jpg
rm -rf findpeaks/data/*.jpeg
rm -rf findpeaks/data/*.tiff
rm -rf findpeaks/data/*.tif
rm -rf *.js
rm -rf *.html
rm -rf *.css
rm -rf *.dot
rm -rf *.png
rm -rf .coverage*
rm -rf .pkl

0 comments on commit 1998a88

Please sign in to comment.