blob: d1ebf2c2bacdee7be7037e03c23c5c2ee16a5892 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# See https://help.github.com/articles/about-codeowners/
# for more info about CODEOWNERS file
# It uses the same pattern rule for gitignore file
# https://git-scm.com/docs/gitignore#_pattern_format
# Hashing
**/*hashlib* @tiran
**/*pyhash* @tiran
# SSL
**/*ssl* @tiran
|