diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs index 3b43cba..ffd721d 100644 --- a/crates/ignore/src/default_types.rs +++ b/crates/ignore/src/default_types.rs @@ -56,6 +56,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[ ("cython", &["*.pyx", "*.pxi", "*.pxd"]), ("d", &["*.d"]), ("dart", &["*.dart"]), + ("devicetree", &["*.dts", "*.dtsi"]), ("dhall", &["*.dhall"]), ("diff", &["*.patch", "*.diff"]), ("docker", &["*Dockerfile*"]),