diff --git a/.gitattributes b/.gitattributes index f92a83dc..61b434ce 100644 --- a/.gitattributes +++ b/.gitattributes @@ -25,6 +25,7 @@ Makefile text *.yml text *.patch text *.txt text +CODEOWNERS text # Binary files (no line-ending conversions) *.bz2 binary diff=hex diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..5200713e --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +* @thundron @zvin @jviotti +/scripts @nazrhom