From 229a79f1f8de889b99183efd264cf4dc7d73f034 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Sun, 26 Feb 2012 14:13:21 -0200 Subject: [PATCH] Ignore test databases --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be0304f..08c0db8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.pyc .*.sw[po] -test.db +test*.db local_settings.py build/ dist/ -- 2.39.5