about summary refs log tree commit homepage
path: root/Documentation/.gitignore
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-15 22:43:03 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-15 23:19:28 -0700
commitbd075c8f746dfa97e3e2fe74a262e747806cf772 (patch)
tree8699b9cb783589ce020668028389713743e1baf2 /Documentation/.gitignore
parent8f0f376e49b1b3f924ac4856ccff201b975f5f79 (diff)
downloadunicorn-bd075c8f746dfa97e3e2fe74a262e747806cf772.tar.gz
Only "unicorn(1)" is documented right now, but more will be
added.

Manpages are written Markdown since it's easy to write, easy to
read (in source form) and a widely-implemented format.

As of September 2009, pandoc is the only Markdown processor I
know of capable of turning Markdown into manpages.  So despite
adding a dependency on Haskell (not yet very common these days)
for documentation, the features and performance of
pandoc+Markdown outweigh the drawbacks compared to other
lightweight markup systems.
Diffstat (limited to 'Documentation/.gitignore')
-rw-r--r--Documentation/.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/.gitignore b/Documentation/.gitignore
new file mode 100644
index 0000000..46679d6
--- /dev/null
+++ b/Documentation/.gitignore
@@ -0,0 +1,5 @@
+*.1
+*.5
+*.7
+*.gz
+*.html