summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSid-Ali Teir <git.syedelec@gmail.com>2017-06-12 10:09:08 -0700
committerAndrew Gallant <jamslam@gmail.com>2017-06-12 19:02:21 -0400
commite0989ef13bf6be0659fbb8bac3975522b155cbc1 (patch)
tree79074ba1a56ab2438e4871929681b4f9c9dad62f
parent45e850aff769a9d3f1fc6457bd5e1390021f433c (diff)
add yocto file types
-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 bde413f4..4359af2c 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -202,6 +202,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("xml", &["*.xml"]),
("yacc", &["*.y"]),
("yaml", &["*.yaml", "*.yml"]),
+ ("yocto", &["*.bb", "*.bbappend", "*.bbclass"]),
("zsh", &["zshenv", ".zshenv", "zprofile", ".zprofile", "zshrc", ".zshrc", "zlogin", ".zlogin", "zlogout", ".zlogout", "*.zsh"]),
];