diff options
author | isaacs <i@izs.me> | 2012-06-20 10:14:45 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-06-21 16:18:17 -0700 |
commit | 8f1a38d916326e37bc830a5c56c5d42866c8c423 (patch) | |
tree | e7e6213d6c708126f5c68bbc3706d886dc6a711e /.gitignore | |
parent | ddf52bd3473edd2d017e2eaeb2a95cd8611bfe3f (diff) | |
download | node-new-8f1a38d916326e37bc830a5c56c5d42866c8c423.tar.gz |
Generate static HTML blog content out of markdown
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 65c4732e01..f85addaf20 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ node_g # various stuff that VC++ produces/uses Debug/ Release/ +!doc/blog/** *.sln !nodemsi.sln *.suo @@ -39,6 +40,5 @@ ipch/ /npm.wxs /tools/msvs/npm.wixobj email.md -blog.html deps/v8-* ./node_modules |