summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Bridon <bochecha@daitauha.fr>2018-09-28 14:32:24 +0200
committerAndrew Gallant <jamslam@gmail.com>2018-09-28 08:32:24 -0400
commit8299625e48c34758289bd1d12dd90289f782002e (patch)
treed8d3ec6c7104efb888bda2e76d6112ebc4e74e44
parentdb256c87ebd52ccab144db5e1bb35f2c1be8f6d5 (diff)
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
-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 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"]),