diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-10-23 10:50:09 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-10-23 10:50:09 +0000 |
commit | 9e7f71080f9230656e8a6981d14576f4b3d40a79 (patch) | |
tree | 8384c616093293b91d98567b622999666148b58c | |
parent | ff4a92a782faf4d3477519be0135c9a40d9101e2 (diff) | |
download | redmine-9e7f71080f9230656e8a6981d14576f4b3d40a79.tar.gz redmine-9e7f71080f9230656e8a6981d14576f4b3d40a79.zip |
add tmp/pdf directory (#12189)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10702 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 |