Codebase list python-werkzeug / 5db3975
Better clean. Thomas Goirand 1 year, 7 months ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1515 make -C docs clean
1616 rm -rf build Werkzeug.egg-info/
1717 #find $(CURDIR) \( -name '\._*' -o -name '\.DS_Store' \) -delete
18 find . -iname '__pycache__' -exec rm -rf {} \; || true
19 rm -rf .pytest_cache
1820 dh_auto_clean
1921
2022 override_dh_fixperms: