diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .hgignore | 1 | ||||
-rw-r--r-- | tmp/pdf/empty | 0 |
3 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 683c0f054..1dc12fcc4 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ /public/plugin_assets /tmp/* /tmp/cache/* +/tmp/pdf/* /tmp/sessions/* /tmp/sockets/* /tmp/test/* @@ -21,6 +21,7 @@ public/dispatch.* public/plugin_assets tmp/* tmp/cache/* +tmp/pdf/* tmp/sessions/* tmp/sockets/* tmp/test/* diff --git a/tmp/pdf/empty b/tmp/pdf/empty new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/tmp/pdf/empty |