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>
This commit is contained in:
Syoyo Fujita
2026-06-03 20:59:37 +09:00
parent 7c257a60e3
commit a434ee0206

11
.gitignore vendored
View File

@@ -70,9 +70,20 @@ imgui.ini
*.app *.app
loader_example loader_example
# Compiled test binaries (built by tests/Makefile, CMakeLists.txt, meson.build)
tests/tester tests/tester
tests/tester_noexcept tests/tester_noexcept
tests/tester_customjson
tests/tester_intensive_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-97.gltf
tests/issue-261.gltf tests/issue-261.gltf
tests/issue-495-external.gltf tests/issue-495-external.gltf