From 81d3f382a9207b68721cdc6449d18aa8e88abea1 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Thu, 16 Sep 2010 23:16:30 +0200 Subject: [PATCH] [ticket/9825] Add unit test config and db to gitignore PHPBB3-9825 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3e0f454e0c..2b9eef7fce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ phpBB/cache/*.php -*~ \ No newline at end of file +tests/phpbb_unit_tests.sqlite2 +tests/test_config.php +*~