From 17781268fcf29b53693617c5be5ee8e11c6649c8 Mon Sep 17 00:00:00 2001 From: Gord Thompson Date: Mon, 14 Mar 2022 18:03:29 -0600 Subject: [PATCH] Git ignore lib/sqlalchemy/cyextension for 1.4 Change-Id: Ic5978375278ef6bd49d8ae15a7d6452db1870365 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c566ded772..01d436800c 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ test/test_schema.db /.ipynb_checkpoints/ *.ipynb /querytest.db -/.mypy_cache /.pytest_cache /db_idents.txt +# items that only belong in the 2.0 branch +/lib/sqlalchemy/cyextension -- 2.47.2