From 9053b6b8af93dc4b80cb44b5297954cb5b314a08 Mon Sep 17 00:00:00 2001 From: Nic Wortel Date: Mon, 30 Jun 2014 12:20:58 +0200 Subject: [PATCH] Ignore phpunit.xml ...as recommended in http://symfony.com/doc/current/book/testing.html#phpunit-configuration --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fa563fadd9..b2019be268 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /app/logs/* !app/cache/.gitkeep !app/logs/.gitkeep +/app/phpunit.xml /build/ /vendor/ /bin/