From 1bc42cfdbc9729a8e5a3b4462d167203a5c5722e Mon Sep 17 00:00:00 2001 From: zanardigit Date: Sat, 30 May 2015 19:07:34 +0200 Subject: [PATCH] Ignore tests output as well Unless I am missing something, it seems to me we should not commit the PNG and HTML output of the tests, so I added the "_output" folder to the .gitignore list. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e0c78b5..bfa7fac 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ robo.phar tests/acceptance.suite.yml tests/*/*Tester.php tests/joomla-cms3* +tests/_output* selenium-server-standalone.jar codecept.phar selenium.log