Files
rgbds/.gitignore
ISSOtm a802bcb320 Switch MinGW building to CMake
Automatically grabs and compiles libpng, and avoids having hacky lines in our Makefile
(the compiler specification *should* be orthogonal to the build target!)

Also move the MinGW package install to the `install_deps.sh` script,
to move logic off of the YAML.
2026-04-16 00:57:33 +02:00

20 lines
194 B
Plaintext

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