From: Go MAEDA Date: Mon, 12 Apr 2021 05:25:31 +0000 (+0000) Subject: Update .gitignore to ignore SQLite3 databases for parallel testing (#35030). X-Git-Tag: 5.0.0~435 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=05148029da4afdb4aed820a52dad965407829732;p=redmine.git Update .gitignore to ignore SQLite3 databases for parallel testing (#35030). git-svn-id: http://svn.redmine.org/redmine/trunk@20929 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/.gitignore b/.gitignore index 8497760c3..ebc25cbd8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ /coverage /db/*.db /db/*.sqlite3 +/db/*.sqlite3-* /db/schema.rb /files/* /lib/redmine/scm/adapters/mercurial/redminehelper.pyc