Sqlite files excluded from the repo

In order to avoid submission of sql database files by mistake, it was
added the pattern of those files into the .gitignore file.

Change-Id: Iaec6b15c8d879c42883de138fa70a2004ca9b2b5
Closes-Bug: #1347976
changes/65/109165/1
Victor Morales 9 years ago
parent 686597b52a
commit ca25a23af0

1
.gitignore vendored

@ -30,3 +30,4 @@ keystone/tests/tmp/
.pydevproject
keystone/locale/*/LC_MESSAGES/*.mo
.testrepository/
*.db

Loading…
Cancel
Save