From: Mike Bayer Date: Sun, 24 Jan 2021 22:30:32 +0000 (-0500) Subject: un-ignore mike's favorite testing filenames X-Git-Tag: rel_1_3_23~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8d95f7b1588bbac696f40a5eadda45b28128ec1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git un-ignore mike's favorite testing filenames As im using vscode I'd like these filenames to show up in filesearch but I'd like to keep "ignore .gitignore files" turned on. I've moved these names to my own local .git/info/exclude instead. Change-Id: I97e04af0672a609e44d0479d5c10d063a3482dfc --- diff --git a/.gitignore b/.gitignore index f6d57def8f..8650b1de77 100644 --- a/.gitignore +++ b/.gitignore @@ -18,17 +18,13 @@ coverage.xml *.so *.patch sqlnet.log -/mapping_setup.py -/test.py /.cache/ /.mypy_cache *.sw[o,p] -/test?.py -/test.py -/mapping_setup.py *.rej test/test_schema.db *test_schema.db .idea /Pipfile* /querytest.db +/.vscode