From: Tomas Sedovic <[email protected]>

After the Aggregator is set up, there are sqlite databases that are
automatically generated from migrations. These are not to be edited
directly.

They're added in .gitignore now.
---
 .gitignore |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 89945f2..54a235a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,8 @@ ovirt-server.spec
 schema.rb
 log/
 database.yml
+
+# databases automatically generated by Rails migrations
+development.sqlite3
+production.sqlite3
+test.sqlite3
-- 
1.6.6.1

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to