git: 315f665fe1ac - main - Doxygen subsystem config: exclude the content of the .git directory
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Apr 2026 12:47:51 UTC
The branch main has been updated by netchild:
URL: https://cgit.FreeBSD.org/src/commit/?id=315f665fe1ac97ea2ca946e51ced24f7b21fb22e
commit 315f665fe1ac97ea2ca946e51ced24f7b21fb22e
Author: Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2026-04-19 12:46:35 +0000
Commit: Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2026-04-19 12:46:35 +0000
Doxygen subsystem config: exclude the content of the .git directory
---
tools/kerneldoc/subsys/common-Doxyfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 = *