From 8299625e48c34758289bd1d12dd90289f782002e Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Fri, 28 Sep 2018 14:32:24 +0200 Subject: [PATCH] ignore/types: add buildstream BuildStream is a Free Software tool for building/integrating software stacks.: https://buildstream.gitlab.io/buildstream/ It uses recipes written in YAML, in files with the `.bst` extension. PR #1071 --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 3c651ab2..2d6a0388 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -107,6 +107,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("awk", &["*.awk"]), ("bazel", &["*.bzl", "WORKSPACE", "BUILD"]), ("bitbake", &["*.bb", "*.bbappend", "*.bbclass", "*.conf", "*.inc"]), + ("buildstream", &["*.bst"]), ("bzip2", &["*.bz2"]), ("c", &["*.c", "*.h", "*.H", "*.cats"]), ("cabal", &["*.cabal"]),