diff options
author | Igor Wiedler <igor@wiedler.ch> | 2010-09-12 14:21:25 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2010-09-12 14:21:25 +0200 |
commit | 20505ff326e98cdab6c09adc4fa554dae4221aeb (patch) | |
tree | 412f1bc82af2daf659e5f8166afbe34c88e139f7 /.gitignore | |
parent | Merge branch 'ticket/bantu/9503' into develop-olympus (diff) | |
download | phpbb-20505ff326e98cdab6c09adc4fa554dae4221aeb.tar.gz phpbb-20505ff326e98cdab6c09adc4fa554dae4221aeb.tar.bz2 phpbb-20505ff326e98cdab6c09adc4fa554dae4221aeb.zip |
[ticket/9816] Remove config.php from repository
PHPBB3-9816
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3e0f454e0c..3590226920 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ phpBB/cache/*.php -*~
\ No newline at end of file +phpBB/config.php +tests/test_config.php +*~ |