Runner.
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 21s

This commit is contained in:
Your Name
2025-05-10 12:43:25 +12:00
parent 2bcf6c530d
commit b5bc7b611d
20 changed files with 1502 additions and 0 deletions

28
runner/.gitignore vendored Normal file
View File

@ -0,0 +1,28 @@
# Build directory
build/
cmake-build-*/
# IDE files
.idea/
.vscode/
*.swp
*~
# Compiled object files
*.o
*.obj
# Compiled dynamic libraries
*.so
*.dylib
*.dll
# Executables
*.exe
runner
# CMake generated files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile