From b9a54f77c27d59f0961c69855df7fac7a07e9cf2 Mon Sep 17 00:00:00 2001 From: Mototaka KANEMATSU <36687113+kanegoon@users.noreply.github.com> Date: Wed, 10 Feb 2021 09:38:59 +0900 Subject: [PATCH] Create .gitattributes Initial commit for .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ab248c7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.c linguist-detectable=true +*.h linguist-detectable=true +expected/* linguist-detectable=false +sql/* linguist-detectable=false +*.md linguist-documentation