Commit f818a5ae by Ned Batchelder

Clean up some tree management files

parent 733b8780
*.log
*.pot
*.pyc
local_settings.py
*.egg-info
*.egg/
.treerc
.coverage
.coverage.*
htmlcov
*~
# Documentation
doc/_build
.pip_cache
nosetests.xml
coverage.xml
pep8.report
pylint.report
diff_cover.html
diff_quality_pep8.html
diff_quality_pylint.html
# IDE
.idea
*~
......@@ -16,9 +16,10 @@ pylint:
clean:
-rm -rf *.egg-info
-rm -f *.pyc */*.pyc */*/*.pyc */*/*/*.pyc */*/*/*/*.pyc */*/*/*/*/*.pyc
-rm -rf __pycache__ */__pycache__ */*/__pycache__ */*/*/__pycache__ */*/*/*/__pycache__ */*/*/*/*/__pycache__
-find . -name '__pycache__' -prune -exec rm -rf "{}" \;
-find . -name '*.pyc' -delete
-rm -f MANIFEST
-rm -rf .coverage .coverage.* htmlcov
requirements:
pip install -r dev-requirements.txt
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment