From 535cd5670ff7edb1f53a29a653baf1aee99bbcfd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 2 May 2014 13:47:30 +0200 Subject: [PATCH] [ticket/12467] Add config*.php and tests_config*.php to .gitignore PHPBB3-12467 --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c757210654..06f50e9c4e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,7 @@ /phpBB/cache/*.php /phpBB/cache/*.lock /phpBB/composer.phar -/phpBB/config.php -/phpBB/config_dev.php -/phpBB/config_test.php +/phpBB/config*.php /phpBB/ext/* /phpBB/files/* /phpBB/images/avatars/gallery/* @@ -14,5 +12,5 @@ /phpBB/store/* /phpBB/vendor /tests/phpbb_unit_tests.sqlite2 -/tests/test_config.php +/tests/test_config*.php /tests/tmp/*