From 7f93443dfb898a6ff9d529e38a2bfc74412ccdf5 Mon Sep 17 00:00:00 2001 From: Jay Zoldak Date: Wed, 1 May 2013 10:53:58 -0400 Subject: [PATCH] Make the test_root/db directory and add a .gitignore for the db files that will be created there. --- test_root/db/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 test_root/db/.gitignore diff --git a/test_root/db/.gitignore b/test_root/db/.gitignore new file mode 100644 index 0000000000..98e6ef67fa --- /dev/null +++ b/test_root/db/.gitignore @@ -0,0 +1 @@ +*.db