summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2013-08-15 15:05:05 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2013-08-18 09:17:51 -0700
commit0ad4ed1c89d25c48bcc5f35ad139ffa758077aff (patch)
tree95c3a836ff80b5c6b27a70d9597f5320c9ca7cd4 /.gitignore
parentacd545f9c2974f378eb0af7da70512fc5ce19383 (diff)
downloadtaskflow-0ad4ed1c89d25c48bcc5f35ad139ffa758077aff.tar.gz
Use oslo's sqlalchemy layer
Bring over the sqlalchemy layer + dependents that oslo provides so that we can use it in a dependent commit to replace pieces of our own mini sqlalchemy layer (that was derived from oslos) Change-Id: Ifda2fd5c5b8eb1d71a4cfce2a2e0046a23010270
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 221bd42..e731d13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,9 @@ nosetests.xml
# DS_STORE
.DS_Store
+# Sqlite databases
+*.sqlite
+
# Modified Files
*.swp