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
This commit is contained in:
Victor Morales 2014-07-23 20:08:54 -05:00
parent 686597b52a
commit ca25a23af0
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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