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:
parent
4704d56363
commit
1dafed5642
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,6 +32,7 @@ nosetests.xml
|
|||||||
.testrepository
|
.testrepository
|
||||||
.stestr
|
.stestr
|
||||||
.venv
|
.venv
|
||||||
|
*.db
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
|
Loading…
Reference in New Issue
Block a user