From 3f4c5a222eb11e255643855600dd894a280045af Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Thu, 3 Dec 2020 08:32:14 -0300 Subject: [PATCH] codeowners: git: add an initial attributes file Add git attribute to accept svg files as binary to avoid handling them as text files. Signed-off-by: Fabio Utzig --- .gitattributes | 1 + CODEOWNERS | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..58da693772 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.svg binary diff --git a/CODEOWNERS b/CODEOWNERS index 69f9867bbf..b2c33aab54 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -9,6 +9,7 @@ /Jenkinsfile @thst-nordic /README.rst @ru-fu @carlescufi /.checkpatch.conf @carlescufi +/.gitattributes @thst-nordic # All cmake related files /CMakeLists.txt @tejlmand