Files
rgbds/.gitignore
JL2210 e623aeb85d Make tests work with CTest (#1539)
Adds option to disable non-free tests
2024-10-15 19:26:17 -04:00

18 lines
163 B
Plaintext

/rgbasm
/rgblink
/rgbfix
/rgbgfx
/rgbshim.sh
/coverage/
*.o
*.exe
*.dll
*.gcno
*.gcda
*.gcov
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
build/
callgrind.out.*