From ca25a23af0aa688b7f1e48eb1718651cc07a6b5b Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Wed, 23 Jul 2014 20:08:54 -0500 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5154427b7a..efa3c29d96 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ keystone/tests/tmp/ .pydevproject keystone/locale/*/LC_MESSAGES/*.mo .testrepository/ +*.db