summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorTim Kilbourn <tkilbourn@gmail.com>2018-06-06 04:42:08 -0700
committerAndrew Gallant <jamslam@gmail.com>2018-06-06 07:42:08 -0400
commit15fa77cdb384e013165687f361073defa02d9d98 (patch)
tree1adbe965f50dab8cc29aa3f84877c463a83c4faf /ignore
parentc3f97513d6186ddd2a7a5c5b35fc3286ec80b0de (diff)
ignore/types: add FIDL type
FIDL is the Fuchsia Interface Definition Language https://fuchsia.googlesource.com/zircon/+/HEAD/docs/fidl/index.md
Diffstat (limited to 'ignore')
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
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",