From e70778e89d6c2d516b0bd78f67f95a416ad6ad3c Mon Sep 17 00:00:00 2001 From: tleb Date: Thu, 7 Jul 2022 18:24:12 +0200 Subject: ignore/types: add dts to default types See: https://devicetree-specification.readthedocs.io/en/v0.3/source-language.html PR #2255 --- crates/ignore/src/default_types.rs | 1 + 1 file changed, 1 insertion(+) 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"]), -- cgit v1.2.3