diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 5467f5e..df6ef65 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -111,7 +111,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("config", &["*.config"]), ("cpp", &[ "*.C", "*.cc", "*.cpp", "*.cxx", - "*.h", "*.H", "*.hh", "*.hpp", + "*.h", "*.H", "*.hh", "*.hpp", "*.inl", ]), ("crystal", &["Projectfile", "*.cr"]), ("cs", &["*.cs"]),