spacebox/.gitignore
Cocktail Frank 75208543a4 Update test program with special conditions for Emscripten builds
In Emscripten builds, remove comparisons using `fs::last_write_time`
because they cause a compilation error within Catch2. Add sleep calls
to lighten the CPU load when launching successive game runs.

Also added a script for upgrading to the latest version of Catch2 and
upgraded Catch2 to v3.7.1.
2024-11-16 18:53:27 -05:00

18 lines
265 B
Plaintext

*.o
local/
build/
demo/2d_collision/2d_collision
demo/squircle/squircle
demo/cube/cube
compile_commands.json
src/version.hpp
# Test program
src/test/Test_Report*
src/test/space_box*_log.txt
src/test/lib
src/test/steam_appid.txt
# wget backups
lib/catch2/*.*pp.*