summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2014-07-23 20:08:54 -0500
committerVictor Morales <victor.morales@intel.com>2014-07-23 20:56:19 -0500
commitca25a23af0aa688b7f1e48eb1718651cc07a6b5b (patch)
treee46715be8646697dd7728bd74d65868edc871fb3 /.gitignore
parent686597b52a7b64161ca82e468a401efe22553a22 (diff)
downloadkeystone-ca25a23af0aa688b7f1e48eb1718651cc07a6b5b.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5154427b7..efa3c29d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ keystone/tests/tmp/
.pydevproject
keystone/locale/*/LC_MESSAGES/*.mo
.testrepository/
+*.db