From 3eb86a20f0b20e44b34087c16e20ff40cead7420 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 22 Feb 2010 22:53:55 -0500 Subject: Changes path of html output to be written into current dir rather than a tmp dir. No need to create the tmp dir on first run. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.3