From 14aac25180fb6d8b2b38571f99fd6afee38bcf16 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 24 Jan 2021 17:26:36 -0500 Subject: [PATCH] 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 --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.47.2