From: Daniel Bevenius Date: Wed, 24 Sep 2025 06:10:09 +0000 (+0200) Subject: codeowners : use slash prefix for root files [no ci] (#16210) X-Git-Tag: upstream/0.0.6641~79 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4d9ea03d170cf504a40bf3a85788af84cccaee80;p=pkg%2Fggml%2Fsources%2Fllama.cpp codeowners : use slash prefix for root files [no ci] (#16210) This commit adds a leading slash to the paths of root-level files in the CODEOWNERS file. The motivation for this is that these might otherwise match files in subdirectories that have other/additional owners will override them. Refs: https://github.com/ggml-org/llama.cpp/pull/16209#issuecomment-3326434274 --- diff --git a/CODEOWNERS b/CODEOWNERS index d5a631ad..dc1f003c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -95,12 +95,12 @@ /tools/tokenize/ @ggerganov /tools/tts/ @ggerganov /vendor/ @ggerganov -.clang-format @slaren -.clang-tidy @slaren -AUTHORS @ggerganov -CMakeLists.txt @ggerganov -CONTRIBUTING.md @ggerganov -LICENSE @ggerganov -README.md @ggerganov -SECURITY.md @ggerganov -requirements*.txt @CISC +/.clang-format @slaren +/.clang-tidy @slaren +/AUTHORS @ggerganov +/CMakeLists.txt @ggerganov +/CONTRIBUTING.md @ggerganov +/LICENSE @ggerganov +/README.md @ggerganov +/SECURITY.md @ggerganov +/requirements*.txt @CISC