diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-02-20 13:06:20 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-02-20 13:06:20 -0500 |
| commit | 7a4c40ff6b9d278529735c792c3ddfda60bd4a85 (patch) | |
| tree | 2d45239eade8132f4739d282a4b536335a825e38 | |
| parent | d879bed8786b6387b470c148b412731456793653 (diff) | |
| download | sqlalchemy-7a4c40ff6b9d278529735c792c3ddfda60bd4a85.tar.gz | |
Remove inadvertent test_schema.db commit
also revise .gitignore
Change-Id: I93d900287fe35441db827203b9fdf63eb681ca69
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | test/test_schema.db | 0 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index eaf5c1c91..028335b0e 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 e69de29bb..000000000 --- a/test/test_schema.db +++ /dev/null |
