13 lines
175 B
Plaintext
13 lines
175 B
Plaintext
# Ignore documentation output.
|
|
**/docs/**/output/*
|
|
|
|
# Ignore CMake build directory.
|
|
build/
|
|
|
|
# Ignore build artifacts
|
|
*.o
|
|
|
|
# Ignore code coverage artifacts
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov |