From 0bae8d35305bb7ab5101f40baeb70a3012cf4686 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Wed, 22 Feb 2012 21:36:45 -0500 Subject: [PATCH] Ignore changes to test databases --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0aea446..b31ff14 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ *.DS_Store settings.json errors.txt -*/simpletest/* \ No newline at end of file +*/simpletest/* +/tests/test_dbs/* \ No newline at end of file