ignore/types: add flatbuffers type

See: https://google.github.io/flatbuffers/

PR #1707
This commit is contained in:
Andrew Pyatkov 2020-10-16 17:19:16 -07:00 committed by GitHub
parent 145cef2eff
commit 6301e20ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",