aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--tests/plugins.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 5bdf1c3..b363cfb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
*.bak
*.tmp
*.swp
-tmp/*
+test-output.html
build/*
dist/*
MANIFEST
diff --git a/tests/plugins.py b/tests/plugins.py
index acd1eaf..6e72024 100644
--- a/tests/plugins.py
+++ b/tests/plugins.py
@@ -81,7 +81,7 @@ or ""))
else:
self.html.append('OK')
self.html.append('</div></body></html>')
- f = open('tmp/test-output.html', 'w')
+ f = open('test-output.html', 'w')
for l in self.html:
f.write(l)
f.close()