summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Pyatkov <mrbiggfoot@users.noreply.github.com>2020-10-16 17:19:16 -0700
committerGitHub <noreply@github.com>2020-10-16 20:19:16 -0400
commit6301e20ee460d11e0d81e2efacd8c52d2e231c0f (patch)
tree7e895013fe0a4b8ab3d473f53daeb475d8e32d80
parent145cef2eff6e10f3a5dbe1cab4ff0f7f2bc5a2a7 (diff)
ignore/types: add flatbuffers type
See: https://google.github.io/flatbuffers/ PR #1707
-rw-r--r--crates/ignore/src/default_types.rs1
1 files changed, 1 insertions, 0 deletions
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",