mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-06-08 11:13:50 +00:00
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>
109 lines
1.7 KiB
Plaintext
109 lines
1.7 KiB
Plaintext
# CMake
|
|
/build/
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
Testing
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
compile_commands.json
|
|
CTestTestfile.cmake
|
|
|
|
#Files created by the CI scripts (downloading and installing premake)
|
|
premake5
|
|
premake5.tar.gz
|
|
|
|
#built examples
|
|
/examples/raytrace/bin/
|
|
|
|
#visual studio files
|
|
*.sln
|
|
*.vcxproj*
|
|
.vs
|
|
|
|
# default cmake build dir
|
|
build/
|
|
|
|
#binary directories
|
|
bin/
|
|
obj/
|
|
out/
|
|
|
|
#runtime gui config
|
|
imgui.ini
|
|
|
|
#visual stuido code
|
|
.vscode
|
|
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.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
|
|
# Test-generated output files (written by tester.cc during test run)
|
|
tests/Cube.gltf
|
|
tests/Cube.bin
|
|
tests/Cube.glb
|
|
tests/Cube_BaseColor.png
|
|
tests/Cube_MetallicRoughness.png
|
|
tests/Cube_with_embedded_images.gltf
|
|
tests/Cube_with_image_files.gltf
|
|
tests/tmp.glb
|
|
tests/ issue-236.gltf
|
|
tests/ issue-236.bin
|
|
tests/ 2x2 image has multiple spaces.png
|
|
|
|
# unignore
|
|
!Makefile
|
|
!examples/build-gltf/Makefile
|
|
!examples/raytrace/cornellbox_suzanne.obj
|
|
!tests/Makefile
|
|
!tools/windows/premake5.exe
|