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