prog3b_652/.gitignore
2025-12-01 11:50:33 +01:00

11 lines
128 B
Plaintext

# Ignore CMake build directories
cmake-build-debug/
cmake-build-release/
# General build artifacts
build/
out/
*.o
*.obj
*.log