From 8e05468f1ac7190322cd15302f2ecd6c9c52436d Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Fri, 8 Jan 2016 13:54:42 +0900 Subject: [PATCH] Add temporary unit test files to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e135e191b..4c670783e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ config.user.inc.php codeception.yml /tests/_output/ /tests/*.suite.yml +/tests/_support/InstallTester.php +/tests/_support/UnitTester.php +/tests/_support/_generated/ /node_modules/ /bower_components/