# NOTE: There is no way to ignore raw executables without ignoring the Makefile as well,
# so just remember to put all executables in the dist/ directory.
build/*
.cache/*
tests/logs/*
# Ignore generated book from mdbook
docs/book/
docs/book/*
# Coverage outputs
.coverage
coverage/
*.gcda
*.gcov
*.lcov