From 15fa77cdb384e013165687f361073defa02d9d98 Mon Sep 17 00:00:00 2001 From: Tim Kilbourn Date: Wed, 6 Jun 2018 04:42:08 -0700 Subject: [PATCH] ignore/types: add FIDL type FIDL is the Fuchsia Interface Definition Language https://fuchsia.googlesource.com/zircon/+/HEAD/docs/fidl/index.md --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index ed60e017..288da199 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",