prog3b_652/.gitignore
2025-12-15 11:51:08 +01:00

13 lines
136 B
Plaintext

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