From 6b292f8e244034ed6c1ccf304d66751eb06fb56e Mon Sep 17 00:00:00 2001 From: Chris Chamberlain Date: Tue, 25 Aug 2020 15:28:56 +1000 Subject: [PATCH] Tried to get language set to C++ By excluding indexing some large vendor C files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8e9a728 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +include/KHR/khrplatform.h linguist-detectable=false +src/loader/stb_image.h linguist-detectable=false