Skip to content

Commit b4096e4

Browse files
committed
Add exclusions section to the summary
1 parent 1f74aee commit b4096e4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# the Makefile, autoconf, and other autotools files.
3939
# * Documentation
4040
# broader sections of documentation, documentation tools
41-
# * Other / Misc (Tools, Programs, Integration, etc)
41+
# * Other / Misc (Tools, Programs, Integration, etc.)
4242
# internal tools, integration with external systems,
4343
# entries that don't fit elsewhere
4444
# * Platform Support
@@ -48,6 +48,9 @@
4848
# * Standard Library
4949
# standard library modules (from both Lib and Modules)
5050
# and related files (such as their tests and docs)
51+
# * Exclusions
52+
# exclusions from .github/CODEOWNERS should go at the very end
53+
# because the final matching pattern will take precedence.
5154

5255
# ----------------------------------------------------------------------------
5356
# Buildbots, Continuous Integration, and Testing
@@ -104,7 +107,7 @@ Doc/whatsnew/ @AA-Turner
104107

105108

106109
# ----------------------------------------------------------------------------
107-
# Other / Misc (Tools, Programs, Integration, etc)
110+
# Other / Misc (Tools, Programs, Integration, etc.)
108111
# ----------------------------------------------------------------------------
109112

110113
# Argument Clinic

0 commit comments

Comments
 (0)