Ignoring files in project folder for Doxygen December 25, 2023 by Tarik You can use the EXCLUDE_PATTERNS tag in the configuration file: EXCLUDE_PATTERNS = */test/* Taken from here.