diff --git a/ignore/src/types.rs b/ignore/src/types.rs index ed60e0174..288da1997 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -131,6 +131,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("elixir", &["*.ex", "*.eex", "*.exs"]), ("elm", &["*.elm"]), ("erlang", &["*.erl", "*.hrl"]), + ("fidl", &["*.fidl"]), ("fish", &["*.fish"]), ("fortran", &[ "*.f", "*.F", "*.f77", "*.F77", "*.pfo",