Compare commits

...

2 Commits

Author SHA1 Message Date
1nn0c3ntt
0821395b92 Merge branch 'Project_Developer' 2025-12-01 10:57:32 +01:00
974f753b21 gitignore added 2025-12-01 11:50:33 +01:00

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# Ignore CMake build directories
cmake-build-debug/
cmake-build-release/
# General build artifacts
build/
out/
*.o
*.obj
*.log