Skip to content

Commit b692efd

Browse files
committed
Don't write junk into the working tree
1 parent 09c0996 commit b692efd

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ MANIFEST
66
*.egg-info
77
build
88
dist
9-
README.html

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ clean:
1919
-rm -f MANIFEST
2020
-rm -f .coverage .coverage.* coverage.xml
2121
-rm -f setuptools-*.egg distribute-*.egg distribute-*.tar.gz
22-
-rm -f README.html
2322

2423
sterile: clean
2524
-rm -rf .tox*

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ deps =
5151
sphinx
5252

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

0 commit comments

Comments
 (0)