From a68e3e8320b43f874bfea7b40e0b1d1342ef631b Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 26 Feb 2012 13:26:44 -0600 Subject: [PATCH] Celery and kombu databases should also be .gitignore'd --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e3a83822..4c62a766 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ /paste_local.ini /mediagoblin_local.ini /mediagoblin.db +/celery.db +/kombu.db /server-log.txt # Tests