From a8d95f7b1588bbac696f40a5eadda45b28128ec1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 24 Jan 2021 17:30:32 -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: I97e04af0672a609e44d0479d5c10d063a3482dfc --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.47.3