From: Mike Bayer Date: Wed, 20 Feb 2019 18:06:20 +0000 (-0500) Subject: Remove inadvertent test_schema.db commit X-Git-Tag: rel_1_3_0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a4c40ff6b9d278529735c792c3ddfda60bd4a85;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Remove inadvertent test_schema.db commit also revise .gitignore Change-Id: I93d900287fe35441db827203b9fdf63eb681ca69 --- 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