mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-27 08:21:30 +00:00
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:
18
CODEOWNERS
18
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
|
||||
|
||||
Reference in New Issue
Block a user