From 7a4c40ff6b9d278529735c792c3ddfda60bd4a85 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 20 Feb 2019 13:06:20 -0500 Subject: [PATCH] Remove inadvertent test_schema.db commit also revise .gitignore Change-Id: I93d900287fe35441db827203b9fdf63eb681ca69 --- .gitignore | 5 ++++- test/test_schema.db | 0 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 test/test_schema.db diff --git a/.gitignore b/.gitignore index eaf5c1c91a..028335b0e7 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,7 @@ sqlnet.log /test?.py /test.py /mapping_setup.py -*.rej \ No newline at end of file +*.rej +test/test_schema.db +*test_schema.db + diff --git a/test/test_schema.db b/test/test_schema.db deleted file mode 100644 index e69de29bb2..0000000000 -- 2.47.3