From 699734611e73dff63f6236bf669be1664ac4cb6c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 11 Dec 2024 12:00:23 +0000 Subject: [PATCH] Kotlin: git-ignore .testproj directories in tests --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9a9a423425d..f621d5ed048 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ # qltest projects and artifacts *.actual -*/ql/test/**/*.testproj +*/ql/test*/**/*.testproj */ql/test/**/go.sum # Visual studio temporaries, except a file used by QL4VS