13 lines
155 B
Plaintext
13 lines
155 B
Plaintext
# Build directories
|
|
build*/
|
|
cmake-build-*/
|
|
|
|
# Test outputs and logs
|
|
*.log
|
|
test_results.txt
|
|
|
|
# CMake cache
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
CMakeUserPresets.json
|