aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-02 13:47:30 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-02 13:47:30 +0200
commit535cd5670ff7edb1f53a29a653baf1aee99bbcfd (patch)
treec089e5beaa6c19405522d26e08eba452195ef2b6
parentfa230b48ec3b9d79687a2e40804afd75ec4915d6 (diff)
downloadforums-535cd5670ff7edb1f53a29a653baf1aee99bbcfd.tar
forums-535cd5670ff7edb1f53a29a653baf1aee99bbcfd.tar.gz
forums-535cd5670ff7edb1f53a29a653baf1aee99bbcfd.tar.bz2
forums-535cd5670ff7edb1f53a29a653baf1aee99bbcfd.tar.xz
forums-535cd5670ff7edb1f53a29a653baf1aee99bbcfd.zip
[ticket/12467] Add config*.php and tests_config*.php to .gitignore
PHPBB3-12467
-rw-r--r--.gitignore6
1 files 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/*