diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-02 13:39:04 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-02 15:45:25 +0200 |
commit | 5496dd41ed04cf41bca15c6f9a9e9439d213100b (patch) | |
tree | 8e46e99ecc88febb5d18f9657586b73887f92516 /.gitignore | |
parent | [feature/sqlite3] Use SQLite3 by default (diff) | |
download | phpbb-5496dd41ed04cf41bca15c6f9a9e9439d213100b.tar.gz phpbb-5496dd41ed04cf41bca15c6f9a9e9439d213100b.tar.bz2 phpbb-5496dd41ed04cf41bca15c6f9a9e9439d213100b.zip |
[feature/sqlite3] Add sqlite3 database to .gitignore
PHPBB3-9728
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
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/* |