diff options
author | Waylan Limberg <waylan@dev.westell.com> | 2010-02-22 22:53:55 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@dev.westell.com> | 2010-02-22 22:53:55 -0500 |
commit | 3eb86a20f0b20e44b34087c16e20ff40cead7420 (patch) | |
tree | 21810589a1197d8c14ad825ee202b11b979eaaad /.gitignore | |
parent | 86a67763a2421d84117c037d459c75fe9f52b824 (diff) | |
download | markdown-3eb86a20f0b20e44b34087c16e20ff40cead7420.tar.gz markdown-3eb86a20f0b20e44b34087c16e20ff40cead7420.tar.bz2 markdown-3eb86a20f0b20e44b34087c16e20ff40cead7420.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ *.bak *.tmp *.swp -tmp/* +test-output.html build/* dist/* MANIFEST |