This commit is contained in:
2025-11-25 15:45:35 +01:00
committed by Dean J. Karstedt
parent 4c9c41b86a
commit 76402e6f2f
14 changed files with 1357 additions and 0 deletions

9
.gitignore vendored
View File

@@ -1,4 +1,7 @@
# ---> V
main
*.dylib
*.exe~
*.exe
*.o
*.so
@@ -11,3 +14,9 @@
*.bak
*.out
bin/
.DS_Store
.idea/
.vscode/
*.iml