From b22c6b86c72c6e934f525a1786197fe1328a21ad Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 30 Mar 2017 13:43:03 +0100 Subject: [PATCH] Mark "cpp" folder as linguist-vendored in .gitattributes This repo is currently being detected as a C project because of some vendored libraries in the "cpp" folder. According to https://github.com/github/linguist#using-gitattributes you can use ``.gitattributes`` tell GitHub to not count this folder when detecting the language. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..58317d305 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +cpp/* linguist-vendored