diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-03-28 14:38:16 -0700 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-28 14:38:16 -0700 |
commit | a820ff1ebcc91f7caece6cd64b58cec1fc6d891e (patch) | |
tree | 27d86d5b0b6f39bfef2ac75412fb2c318dfcc332 | |
parent | a618e22fca6589b7ad912e01645faf2da90688fd (diff) | |
parent | 1789e0948bd3a06392d8f919d80889ed5bbf2583 (diff) | |
download | forums-a820ff1ebcc91f7caece6cd64b58cec1fc6d891e.tar forums-a820ff1ebcc91f7caece6cd64b58cec1fc6d891e.tar.gz forums-a820ff1ebcc91f7caece6cd64b58cec1fc6d891e.tar.bz2 forums-a820ff1ebcc91f7caece6cd64b58cec1fc6d891e.tar.xz forums-a820ff1ebcc91f7caece6cd64b58cec1fc6d891e.zip |
Merge pull request #664 from imkingdavid/ticket/10732
[ticket/10732] Add config_dev.php and config_test.php to .gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d875beb784..e6e017f85e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ /phpBB/cache/*.php /phpBB/cache/queue.php.lock /phpBB/config.php +/phpBB/config_dev.php +/phpBB/config_test.php /phpBB/ext/* /phpBB/files/* /phpBB/images/avatars/gallery/* |