From: Mike Bayer Date: Sun, 24 Jan 2021 22:26:36 +0000 (-0500) Subject: un-ignore mike's favorite testing filenames X-Git-Tag: rel_1_4_0b2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14aac25180fb6d8b2b38571f99fd6afee38bcf16;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: Iee6192d42d0630bf1b26cb9c1d3c2f8acab6caf4 --- diff --git a/.gitignore b/.gitignore index 3916fe299b..8d9d546578 100644 --- a/.gitignore +++ b/.gitignore @@ -20,11 +20,8 @@ coverage.xml *.so *.patch sqlnet.log -/mapping_setup.py /shard?_*.db /test.cfg -/test.py -/test?.py /.cache/ /.mypy_cache *.sw[o,p] @@ -40,4 +37,4 @@ test/test_schema.db *.ipynb /querytest.db /.mypy_cache -/.pytest_cache \ No newline at end of file +/.pytest_cache