From 8bade6f55ce3e22a5361e33cc0dd7a338f1edb0c Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 10 Dec 2022 02:34:58 -0600 Subject: [PATCH] gitattributes: do not filter run_quick_tests.cmake script --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index fadb6b76bb..f3f7026ae3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,7 +17,7 @@ Jenkinsfile export-ignore /tests/* export-ignore /tests/CMakeLists.txt -export-ignore /tests/quick_tests -export-ignore -/tests/run_test.cmake -export-ignore +/tests/run_*.cmake -export-ignore /tests/tests.h -export-ignore # -- 2.39.5