Skip to content

Commit

Permalink
Don't write junk into the working tree
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 27, 2016
1 parent 09c0996 commit b692efd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -6,4 +6,3 @@ MANIFEST
*.egg-info
build
dist
README.html
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -19,7 +19,6 @@ clean:
-rm -f MANIFEST
-rm -f .coverage .coverage.* coverage.xml
-rm -f setuptools-*.egg distribute-*.egg distribute-*.tar.gz
-rm -f README.html

sterile: clean
-rm -rf .tox*
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -51,4 +51,4 @@ deps =
sphinx

commands =
rst2html.py --strict README.rst README.html
rst2html.py --strict README.rst /tmp/django_coverage_plugin_README.html

0 comments on commit b692efd

Please sign in to comment.