State that `exclude_patterns` has priority (#11872)

This commit is contained in:
Alex Szatmary
2024-01-11 23:28:47 -05:00
committed by GitHub
parent 3b5d2afb9a
commit bcb1825679

View File

@@ -228,6 +228,7 @@ General configuration
are matched against the source file names relative to the source directory,
using slashes as directory separators on all platforms. The default is ``**``,
meaning that all files are recursively included from the source directory.
:confval:`exclude_patterns` has priority over :confval:`include_patterns`.
Example patterns: