From c1253cd29934906a069aacbe151c7eef3246a49a Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Fri, 22 Oct 2021 12:26:01 +0200 Subject: [PATCH] only allow statistics on c++ language --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d5e014b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* linguist-vendored +*.cc linguist-language=cpp linguist-vendored=false +*.hh linguist-language=cpp linguist-vendored=false