From 5496dd41ed04cf41bca15c6f9a9e9439d213100b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 2 May 2014 13:39:04 +0200 Subject: [PATCH] [feature/sqlite3] Add sqlite3 database to .gitignore PHPBB3-9728 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25a6352f8d..18f598cf67 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,6 @@ /phpBB/images/avatars/upload/* /phpBB/store/* /phpBB/vendor -/tests/phpbb_unit_tests.sqlite2 +/tests/phpbb_unit_tests.sqlite* /tests/test_config*.php /tests/tmp/*