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