first re-commit.

This commit is contained in:
2025-08-05 22:33:23 +02:00
commit e1ff579d1a
295 changed files with 107130 additions and 0 deletions

12
sigslot/.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Allow in source build
[Bb]uild*/
# Ignore qt creator generated CMakeLists.txt.users
*.users
# Ignore CLion project files
*.idea
# Ignore CLion default generated build folder
cmake-build*/
# For macOs users
.DS_Store
# Ignore sublime merge file that can be created on merge fail
Sublimerge*