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