|
38 | 38 | # the Makefile, autoconf, and other autotools files. |
39 | 39 | # * Documentation |
40 | 40 | # broader sections of documentation, documentation tools |
41 | | -# * Other / Misc (Tools, Programs, Integration, etc) |
| 41 | +# * Other / Misc (Tools, Programs, Integration, etc.) |
42 | 42 | # internal tools, integration with external systems, |
43 | 43 | # entries that don't fit elsewhere |
44 | 44 | # * Platform Support |
|
48 | 48 | # * Standard Library |
49 | 49 | # standard library modules (from both Lib and Modules) |
50 | 50 | # 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. |
51 | 54 |
|
52 | 55 | # ---------------------------------------------------------------------------- |
53 | 56 | # Buildbots, Continuous Integration, and Testing |
@@ -104,7 +107,7 @@ Doc/whatsnew/ @AA-Turner |
104 | 107 |
|
105 | 108 |
|
106 | 109 | # ---------------------------------------------------------------------------- |
107 | | -# Other / Misc (Tools, Programs, Integration, etc) |
| 110 | +# Other / Misc (Tools, Programs, Integration, etc.) |
108 | 111 | # ---------------------------------------------------------------------------- |
109 | 112 |
|
110 | 113 | # Argument Clinic |
|
0 commit comments