summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Harr <james.harr@gmail.com>2020-11-20 08:41:29 -0600
committerGitHub <noreply@github.com>2020-11-20 09:41:29 -0500
commit44e69ba627b08b2068de7f9976a9ea40e5849e9b (patch)
tree3e4e96928cfab78d6e23a6266565eb7073bd90b0
parent13d77ab6463a55ac4ca604076c1da74661b26d69 (diff)
ignore/types: add yang file type
YANG is described in RFC 6020 https://tools.ietf.org/html/rfc6020 PR #1736
-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 215819f3..54fe5cb7 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -241,6 +241,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("xz", &["*.xz", "*.txz"]),
("yacc", &["*.y"]),
("yaml", &["*.yaml", "*.yml"]),
+ ("yang", &["*.yang"]),
("z", &["*.Z"]),
("zig", &["*.zig"]),
("zsh", &[