summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortleb <theo.lebrun@bootlin.com>2022-07-07 18:24:12 +0200
committerGitHub <noreply@github.com>2022-07-07 12:24:12 -0400
commite70778e89d6c2d516b0bd78f67f95a416ad6ad3c (patch)
treed4dd45f24366e6734a635e45a68d16ba4a08a004
parent87c4a2b4b151b79005955f8543632c27fc34174b (diff)
ignore/types: add dts to default types
See: https://devicetree-specification.readthedocs.io/en/v0.3/source-language.html PR #2255
-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 4a45fbae..84ad7f63 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -57,6 +57,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("dhall", &["*.dhall"]),
("diff", &["*.patch", "*.diff"]),
("docker", &["*Dockerfile*"]),
+ ("dts", &["*.dts", "*.dtsi"]),
("dvc", &["Dvcfile", "*.dvc"]),
("ebuild", &["*.ebuild"]),
("edn", &["*.edn"]),