summaryrefslogtreecommitdiff
path: root/tmp
Commit message (Collapse)AuthorAgeFilesLines
* Make sure important directories exist in gitRobert Speicher2014-03-302-0/+0
| | | | | | | Ensures the following directories exist after a git clone: - public/uploads - tmp/pids - tmp/sockets
* Add tmp/.gitkeep file to ensure tmp folder exists on cloneRobert Speicher2012-09-041-0/+0
The install guide lists it as a requirement, so we might as well have it by default.