[feature/sqlite3] Add sqlite3 database to .gitignore

PHPBB3-9728
This commit is contained in:
Joas Schilling 2014-05-02 13:39:04 +02:00
parent d419bd1899
commit 5496dd41ed

2
.gitignore vendored
View file

@ -12,6 +12,6 @@
/phpBB/images/avatars/upload/* /phpBB/images/avatars/upload/*
/phpBB/store/* /phpBB/store/*
/phpBB/vendor /phpBB/vendor
/tests/phpbb_unit_tests.sqlite2 /tests/phpbb_unit_tests.sqlite*
/tests/test_config*.php /tests/test_config*.php
/tests/tmp/* /tests/tmp/*