From e0989ef13bf6be0659fbb8bac3975522b155cbc1 Mon Sep 17 00:00:00 2001 From: Sid-Ali Teir Date: Mon, 12 Jun 2017 10:09:08 -0700 Subject: [PATCH] add yocto file types --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) 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"]), ];