mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
6 lines
445 B
Plaintext
6 lines
445 B
Plaintext
# Specifying a path without code owners means that path won't have owners and is akin to a negation
|
|
# i.e. the `core_crypto` dir is owned and needs owner approval/review, but not the `gpu` sub dir
|
|
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file
|
|
/tfhe/src/core_crypto/ @IceTDrinker
|
|
/tfhe/src/core_crypto/gpu
|