From aa6d4603c5c1ffd8a3aad312ab527e5f2ada6d0c Mon Sep 17 00:00:00 2001
From: Matthias Maier <tamiko@43-1.org>
Date: Mon, 19 Jun 2023 23:09:47 -0500
Subject: [PATCH] gitattributes: export cmake configuration file needed for
 quick tests

---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitattributes b/.gitattributes
index f3f7026ae3..fc1950b7ad 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -18,6 +18,7 @@ Jenkinsfile export-ignore
 /tests/CMakeLists.txt -export-ignore
 /tests/quick_tests -export-ignore
 /tests/run_*.cmake -export-ignore
+/tests/setup_testsubproject.cmake -export-ignore
 /tests/tests.h -export-ignore
 
 #
-- 
2.39.5