Compare commits

..

3 Commits

Author SHA1 Message Date
Syoyo Fujita
a434ee0206 Ignore compiled test binaries
The v3 tester executables were accidentally committed. Ignore all
test binaries built by tests/Makefile, CMakeLists.txt and meson.build
so they can't be re-added by mistake.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 21:03:45 +09:00
copilot-swe-agent[bot]
7c257a60e3 Tighten README security wording 2026-06-03 20:58:55 +09:00
copilot-swe-agent[bot]
3986f89de0 Remove security docs 2026-06-03 20:58:55 +09:00
5 changed files with 11 additions and 0 deletions

11
.gitignore vendored
View File

@@ -70,9 +70,20 @@ imgui.ini
*.app
loader_example
# Compiled test binaries (built by tests/Makefile, CMakeLists.txt, meson.build)
tests/tester
tests/tester_noexcept
tests/tester_customjson
tests/tester_intensive_customjson
tests/tester_v3
tests/tester_v3_c
tests/tester_v3_c_cpp
tests/tester_v3_c_v1port
tests/tester_v3_c_v1port_cpp
tests/tester_v3_freestanding
tests/tester_v3_json_c
tests/fuzzer/fuzz_gltf
tests/fuzzer/fuzz_gltf_customjson
tests/issue-97.gltf
tests/issue-261.gltf
tests/issue-495-external.gltf

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.