From ca10fc2d47990d3401b1fac8afeddc2c67df727b Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Thu, 25 Jan 2024 08:16:29 +0900 Subject: [PATCH] repo: Add yet another test binary to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 83f64f145..5cb06d73d 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ tests/core/test_varint tests/core/test_xml tests/core/test_core_slice tests/core/test_core_thread +tests/core/test_core_runtime tests/vendor/vendor_botan # Visual Studio 2015 cache/options directory .vs/