From 6301e20ee460d11e0d81e2efacd8c52d2e231c0f Mon Sep 17 00:00:00 2001 From: Andrew Pyatkov Date: Fri, 16 Oct 2020 17:19:16 -0700 Subject: [PATCH] ignore/types: add flatbuffers type See: https://google.github.io/flatbuffers/ PR #1707 --- crates/ignore/src/default_types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs index 079843a4..6810b1e5 100644 --- a/crates/ignore/src/default_types.rs +++ b/crates/ignore/src/default_types.rs @@ -62,6 +62,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[ ("erlang", &["*.erl", "*.hrl"]), ("fidl", &["*.fidl"]), ("fish", &["*.fish"]), + ("flatbuffers", &["*.fbs"]), ("fortran", &[ "*.f", "*.F", "*.f77", "*.F77", "*.pfo", "*.f90", "*.F90", "*.f95", "*.F95",