about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--MANIFEST1
-rw-r--r--examples/lib/.gitignore3
2 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 7e4d7dc4..4d922f97 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -63,6 +63,7 @@ examples/cgit-wwwhighlight-filter.lua
 examples/cgit.psgi
 examples/grok-pull.post_update_hook.sh
 examples/highlight.psgi
+examples/lib/.gitignore
 examples/logrotate.conf
 examples/newswww.psgi
 examples/nginx_proxy
diff --git a/examples/lib/.gitignore b/examples/lib/.gitignore
new file mode 100644
index 00000000..3d27cee6
--- /dev/null
+++ b/examples/lib/.gitignore
@@ -0,0 +1,3 @@
+# empty directory to placate newer versions of plackup -r/--reload
+# (or dependent modules) which fail on missing "lib" directory
+# relative to the .psgi file being run