From 0084087d35cd8eed4b9a1fa39f532beb612c9c21 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 11 Nov 2015 09:15:14 +0100 Subject: Add MANPAGE.md and MANPAGE-render.bash MANPAGE-render.bash renders the markdown to a proper man(1) manpage --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.3