aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2024-04-21 21:21:46 +0900
committerYawning Angel <yawning@schwanenlied.me>2024-04-21 21:22:05 +0900
commit902e877467bb4bb1705652e36e5f43a2776adeb7 (patch)
treeda6b76702aeb619ff22148582c4d806a14142011 /.gitignore
parentcaa8863c972a82c3d43fda9d56f3b41f90b2fe54 (diff)
repo: Add more test binaries to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 228f006a3..f6c3927a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,8 @@ tests/documentation/all.odin-doc
tests/internal/test_map
tests/internal/test_pow
tests/internal/test_rtti
+tests/core/test_base64
+tests/core/test_cbor
tests/core/test_core_compress
tests/core/test_core_container
tests/core/test_core_filepath
@@ -40,8 +42,10 @@ tests/core/test_core_net
tests/core/test_core_os_exit
tests/core/test_core_reflect
tests/core/test_core_strings
+tests/core/test_core_time
tests/core/test_crypto
tests/core/test_hash
+tests/core/test_hex
tests/core/test_hxa
tests/core/test_json
tests/core/test_linalg_glsl_math