From 012ffdf9e887699dfa78ee5467993ffb50567d7b 2012-10-23 10:56:43 From: Toshi MARUYAMA Date: 2012-10-23 10:56:43 Subject: [PATCH] Merged r10702 from trunk to 2.1-stable (#12189) add tmp/pdf directory. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.1-stable@10703 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/.gitignore b/.gitignore index 683c0f0..1dc12fc 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ /public/plugin_assets /tmp/* /tmp/cache/* +/tmp/pdf/* /tmp/sessions/* /tmp/sockets/* /tmp/test/* diff --git a/.hgignore b/.hgignore index a84c9a8..cd27d0a 100644 --- a/.hgignore +++ b/.hgignore @@ -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 0000000..e69de29 --- /dev/null +++ b/tmp/pdf/empty