/autom4te.cache/
/.vscode/
/.libs/
/.settings/
/.project
/.cproject
/.dockerignore
/aclocal.m4
/ar-lib
/compile
/config.guess
/config.guess~
/config.log
/config.status
/config.sub
/config.sub~
/configure
/configure~
/depcomp
/*.rpm
/install-sh
/install-sh~
/*.la
/libtool
/ltmain.sh
/Makefile
/Makefile.in
/missing
/test-driver
/.claude/
/CLAUDE.md
/*.gcov

# code coverage (make check-code-coverage / --enable-code-coverage)
*.gcda
*.gcno
coverage.info
coverage.log
coverage-report/

# clangd / clang-tidy tooling (e.g. `bear -- make` generates the compile DB)
compile_commands.json
.cache/

# ctags index (e.g. `ctags -R src/`, reads .ctags.d/mod_auth_openidc.ctags)
/tags
/TAGS
