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"]),