]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
codeowners : use slash prefix for root files [no ci] (#16210)
authorDaniel Bevenius <redacted>
Wed, 24 Sep 2025 06:10:09 +0000 (08:10 +0200)
committerGitHub <redacted>
Wed, 24 Sep 2025 06:10:09 +0000 (08:10 +0200)
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

CODEOWNERS

index d5a631ad56a20a4367b01c965dc936cf5b34b37a..dc1f003c8ac25bf09da610bc8daacfc18a487027 100644 (file)
 /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