diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-02 13:47:30 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-02 13:47:30 +0200 |
commit | 535cd5670ff7edb1f53a29a653baf1aee99bbcfd (patch) | |
tree | c089e5beaa6c19405522d26e08eba452195ef2b6 /.gitignore | |
parent | Merge remote-tracking branch 'github-marc1706/ticket/8960-olympus' into devel... (diff) | |
download | phpbb-535cd5670ff7edb1f53a29a653baf1aee99bbcfd.tar.gz phpbb-535cd5670ff7edb1f53a29a653baf1aee99bbcfd.tar.bz2 phpbb-535cd5670ff7edb1f53a29a653baf1aee99bbcfd.zip |
[ticket/12467] Add config*.php and tests_config*.php to .gitignore
PHPBB3-12467
Diffstat (limited 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/* |