summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-11 09:15:14 +0100
committerJakob Unterwurzacher2015-11-11 09:15:14 +0100
commit0084087d35cd8eed4b9a1fa39f532beb612c9c21 (patch)
tree1203637e255a9860a0ada040c873fa3376db2870 /.gitignore
parente43733ca0d995a48324ef75c952cc6cf25000650 (diff)
Add MANPAGE.md and MANPAGE-render.bash
MANPAGE-render.bash renders the markdown to a proper man(1) manpage
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 69001ac..051ac5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-# binary
+# the gocryptfs executable
/gocryptfs
# temporary files created by the tests
@@ -6,3 +6,6 @@
# binary releases
/*.tar.gz
+
+# manpage generated by MANPAGE-render.bash
+/gocryptfs.1