diff options
| author | Yawning Angel <yawning@schwanenlied.me> | 2024-01-25 08:16:29 +0900 |
|---|---|---|
| committer | Yawning Angel <yawning@schwanenlied.me> | 2024-02-07 00:37:18 +0900 |
| commit | ca10fc2d47990d3401b1fac8afeddc2c67df727b (patch) | |
| tree | 72217ebdb7cbd933b89fd61557299cbb09bd13bf | |
| parent | 1ed6a484acccb1619b2fe6215b61844ad32752eb (diff) | |
repo: Add yet another test binary to .gitignore
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |