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

1
.gitignore vendored
View File

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