Ignore *.db file from git repo

This commit add *.db to .gitignore to ignore the files for testing. We
don't need to track such files.

Change-Id: If2cdc7169453c46324d0f6e100448b07b9ffd68c
This commit is contained in:
Masayuki Igawa 2019-04-17 15:40:38 +09:00
parent 4704d56363
commit 1dafed5642
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -32,6 +32,7 @@ nosetests.xml
.testrepository .testrepository
.stestr .stestr
.venv .venv
*.db
# Translations # Translations
*.mo *.mo