From dba89ccbb751c9bf4f10463514549496e489e71d Mon Sep 17 00:00:00 2001 From: Greg Dietsche Date: Fri, 1 Mar 2013 23:30:31 -0600 Subject: [PATCH] Add empty doc directory This allows ShowMarks to be used immediately after pulling from github since (at least for windows) the script complains if the doc folder is missing. Signed-off-by: Greg Dietsche --- doc/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/.gitignore diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..e3317bd --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,4 @@ +#Ignore all files in this directory +* +# Except me +!.gitignore