summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2026-04-19 14:46:35 +0200
committerAlexander Leidinger <netchild@FreeBSD.org>2026-04-19 14:46:35 +0200
commit315f665fe1ac97ea2ca946e51ced24f7b21fb22e (patch)
tree63b4897b5c4986cb4d8ad2e3bc736b9723a76b21
parent554f5aa526266057672740e22af0a75cc32bddd5 (diff)
Doxygen subsystem config: exclude the content of the .git directoryHEADmain
-rw-r--r--tools/kerneldoc/subsys/common-Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kerneldoc/subsys/common-Doxyfile b/tools/kerneldoc/subsys/common-Doxyfile
index 8e194c85e621..2df0506145fe 100644
--- a/tools/kerneldoc/subsys/common-Doxyfile
+++ b/tools/kerneldoc/subsys/common-Doxyfile
@@ -121,7 +121,7 @@ FILE_PATTERNS = *.c \
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
-EXCLUDE_PATTERNS = */.\#* */.svn/*
+EXCLUDE_PATTERNS = */.\#* */.svn/* */.git/*
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *