From f0b9b3a35a22f76778dcab98cc30b735c0c8d6a1 Mon Sep 17 00:00:00 2001 From: j-jorge Date: Mon, 29 Jul 2013 17:27:25 +0200 Subject: [PATCH] Add common file extensions to the c++ language .hpp and .tpp extensions are of common use respectively for headers files and separate implementation of template classes/methods. --- lib/linguist/languages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 3d231c35..2437e3ca 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -184,8 +184,10 @@ C++: - .H - .h++ - .hh + - .hpp - .hxx - .tcc + - .tpp C-ObjDump: type: data