Fix tmp directories cleanup

This commit is contained in:
Romain Neutron
2013-09-02 17:13:18 +02:00
parent 629afb93ff
commit ba980d5f34
6 changed files with 15 additions and 1 deletions

View File

@@ -322,6 +322,9 @@ class appbox extends base
$finder->in(array(
$this->app['root.path'] . '/tmp/cache_minify/',
$this->app['root.path'] . '/tmp/cache_twig/',
$this->app['root.path'] . '/tmp/cache/profiler/',
$this->app['root.path'] . '/tmp/doctrine/',
$this->app['root.path'] . '/tmp/serializer/',
))
->depth(0)
->ignoreVCS(true)