aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-09-12 14:21:25 +0200
committerIgor Wiedler <igor@wiedler.ch>2010-09-12 14:21:25 +0200
commit20505ff326e98cdab6c09adc4fa554dae4221aeb (patch)
tree412f1bc82af2daf659e5f8166afbe34c88e139f7
parente08395745ba8d69e5d523563a03fe27e903dba27 (diff)
downloadforums-20505ff326e98cdab6c09adc4fa554dae4221aeb.tar
forums-20505ff326e98cdab6c09adc4fa554dae4221aeb.tar.gz
forums-20505ff326e98cdab6c09adc4fa554dae4221aeb.tar.bz2
forums-20505ff326e98cdab6c09adc4fa554dae4221aeb.tar.xz
forums-20505ff326e98cdab6c09adc4fa554dae4221aeb.zip
[ticket/9816] Remove config.php from repository
PHPBB3-9816
-rw-r--r--.gitignore4
-rw-r--r--phpBB/config.php0
2 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
+*~
diff --git a/phpBB/config.php b/phpBB/config.php
deleted file mode 100644
index e69de29bb2..0000000000
--- a/phpBB/config.php
+++ /dev/null