17 lines
200 B
Plaintext
17 lines
200 B
Plaintext
# Ignore documentation output.
|
|
**/docs/**/output/*
|
|
|
|
# Ignore CMake build directory.
|
|
build/
|
|
|
|
# Ignore build artifacts
|
|
*.o
|
|
|
|
# Ignore code coverage artifacts
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
|
|
**/*.dat
|
|
**/*.DS_STORE
|