From bba2d562929dd333af56b95e726a04a5188ab4d7 Mon Sep 17 00:00:00 2001 From: Arvid Gerstmann Date: Wed, 17 Jan 2018 14:47:23 +0100 Subject: [PATCH] types: add hxx to the cpp type --- ignore/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 1c16faa..5daa35e 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -114,7 +114,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("config", &["*.cfg", "*.conf", "*.config", "*.ini"]), ("cpp", &[ "*.C", "*.cc", "*.cpp", "*.cxx", - "*.h", "*.H", "*.hh", "*.hpp", "*.inl", + "*.h", "*.H", "*.hh", "*.hpp", "*.hxx", "*.inl", ]), ("crystal", &["Projectfile", "*.cr"]), ("cs", &["*.cs"]),