diff options
| author | Yawning Angel <yawning@schwanenlied.me> | 2023-12-15 17:06:55 +0900 |
|---|---|---|
| committer | Yawning Angel <yawning@schwanenlied.me> | 2024-01-07 20:04:40 +0900 |
| commit | ecee0e2db2107db7e7ea3242a3431d00a9392887 (patch) | |
| tree | 1acafb3b0afb0f61314d47d2e64a5a9d0b66127d | |
| parent | 2784e8ea51c8dfa1c0c5969b8044f980b111ee99 (diff) | |
repo: Add more test binaries to .gitignore
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1f55b7ab7..91d8328da 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,8 @@ tests/core/test_linalg_glsl_math tests/core/test_noise tests/core/test_varint tests/core/test_xml +tests/core/test_core_slice +tests/core/test_core_thread tests/vendor/vendor_botan # Visual Studio 2015 cache/options directory .vs/ |