Update packaging script (refs: #3256)

This commit is contained in:
Takeshi KOMIYA
2016-12-19 11:50:35 +09:00
parent 12096b3b86
commit 50f9c5cc38
2 changed files with 9 additions and 1 deletions

View File

@@ -51,11 +51,18 @@ clean-patchfiles:
clean-backupfiles:
find . -name '*~' -exec rm -f {} +
find . -name '*.bak' -exec rm -f {} +
find . -name '*.swp' -exec rm -f {} +
find . -name '*.swo' -exec rm -f {} +
clean-generated:
find . -name '.DS_Store' -exec rm -f {} +
rm -f doc/_build/
rm -f sphinx/pycode/*.pickle
rm -f utils/*3.py*
rm -f utils/regression_test.js
clean-testfiles:
rm -rf tests/.coverage
rm -rf tests/build
rm -rf .tox/