From 66f0e8f4ba54931a7ece2b99895c0b1d16298d25 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Wed, 5 Aug 2020 11:28:48 +0100 Subject: [PATCH] Added .gitattributes file to make language reporting more accurate --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..c431021b22 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +**.C linguist-language=C++ +**.H linguist-language=C++ +**.L linguist-language=Lex