From 3bd27a0c7c148050a400bbe9aafb2174447eb07f Mon Sep 17 00:00:00 2001 From: JoshEngebretson Date: Sun, 11 Jun 2017 12:35:16 -0700 Subject: [PATCH] Adding .gitattributes to help tune GitHub language metrics --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..5f8b88c7bf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# GitHub metrics tuning + +*.c linguist-language=C++ +*.h linguist-language=C++ + +# ignore massive amounts of vendored JS +Build/node_modules/* linguist-vendored=true