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
This commit is contained in:
Daniel Bevenius 2025-09-24 08:10:09 +02:00 committed by GitHub
parent 8ba548dae2
commit 4d9ea03d17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 9 deletions

View File

@ -95,12 +95,12 @@
/tools/tokenize/ @ggerganov /tools/tokenize/ @ggerganov
/tools/tts/ @ggerganov /tools/tts/ @ggerganov
/vendor/ @ggerganov /vendor/ @ggerganov
.clang-format @slaren /.clang-format @slaren
.clang-tidy @slaren /.clang-tidy @slaren
AUTHORS @ggerganov /AUTHORS @ggerganov
CMakeLists.txt @ggerganov /CMakeLists.txt @ggerganov
CONTRIBUTING.md @ggerganov /CONTRIBUTING.md @ggerganov
LICENSE @ggerganov /LICENSE @ggerganov
README.md @ggerganov /README.md @ggerganov
SECURITY.md @ggerganov /SECURITY.md @ggerganov
requirements*.txt @CISC /requirements*.txt @CISC