Skip to content

Commit cc36955

Browse files
AstroProfundisethercflow
authored andcommitted
scripts: remove __pycache__ directories (#29)
1 parent 8e631b3 commit cc36955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ install -Dsm755 vmtouch ${BUILD_ROOT}/${PKGNAME}/bin/
4848
cd ${BUILD_ROOT}/${PKGNAME}/
4949
rm -rf collector data tools docs tests src vendor pkg Makefile package.sh Gopkg.* *.log
5050
find ${BUILD_ROOT}/${PKGNAME}/ -name "*.pyc" | xargs rm 2>/dev/null
51+
find ${BUILD_ROOT}/${PKGNAME}/ -name "__pycache__" | xargs rm -rf 2>/dev/null
5152
find ${BUILD_ROOT}/${PKGNAME}/ -name "*.out" | xargs rm 2>/dev/null
5253

5354
# make tarball archive

0 commit comments

Comments
 (0)