11 lines
128 B
Plaintext
11 lines
128 B
Plaintext
# Ignore CMake build directories
|
|
cmake-build-debug/
|
|
cmake-build-release/
|
|
|
|
# General build artifacts
|
|
build/
|
|
out/
|
|
*.o
|
|
*.obj
|
|
*.log
|