]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
un-ignore mike's favorite testing filenames
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Jan 2021 22:30:32 +0000 (17:30 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Jan 2021 22:30:32 +0000 (17:30 -0500)
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

index f6d57def8f4b7e068975a56b1fd47ebefe28f04d..8650b1de7738646f8b3ff9d522c99da223de0aff 100644 (file)
@@ -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