From 20505ff326e98cdab6c09adc4fa554dae4221aeb Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Sun, 12 Sep 2010 14:21:25 +0200 Subject: [PATCH] [ticket/9816] Remove config.php from repository PHPBB3-9816 --- .gitignore | 4 +++- phpBB/config.php | 0 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 phpBB/config.php 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