diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-05-02 14:21:54 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-05-02 14:21:54 +0200 |
commit | 43c6fd768fa94b7befabeb71ae8e728ff84e731d (patch) | |
tree | c089e5beaa6c19405522d26e08eba452195ef2b6 | |
parent | fa230b48ec3b9d79687a2e40804afd75ec4915d6 (diff) | |
parent | 535cd5670ff7edb1f53a29a653baf1aee99bbcfd (diff) | |
download | forums-43c6fd768fa94b7befabeb71ae8e728ff84e731d.tar forums-43c6fd768fa94b7befabeb71ae8e728ff84e731d.tar.gz forums-43c6fd768fa94b7befabeb71ae8e728ff84e731d.tar.bz2 forums-43c6fd768fa94b7befabeb71ae8e728ff84e731d.tar.xz forums-43c6fd768fa94b7befabeb71ae8e728ff84e731d.zip |
Merge pull request #2371 from nickvergessen/ticket/12467
[ticket/12467] Add config*.php and tests_config*.php to .gitignore
* nickvergessen/ticket/12467:
[ticket/12467] Add config*.php and tests_config*.php to .gitignore
-rw-r--r-- | .gitignore | 6 |
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/* |