ignore/types: add *.dtso to devicetree type

`dtso` files became recognized as devicetree a
couple of years ago with the following commit:
363547d219

Closes #2938
This commit is contained in:
Dmitry Gerasimov
2024-11-25 21:28:24 +01:00
committed by Andrew Gallant
parent 27f88139fa
commit c3828cb508

View File

@@ -62,7 +62,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
(&["cython"], &["*.pyx", "*.pxi", "*.pxd"]),
(&["d"], &["*.d"]),
(&["dart"], &["*.dart"]),
(&["devicetree"], &["*.dts", "*.dtsi"]),
(&["devicetree"], &["*.dts", "*.dtsi", "*.dtso"]),
(&["dhall"], &["*.dhall"]),
(&["diff"], &["*.patch", "*.diff"]),
(&["dita"], &["*.dita", "*.ditamap", "*.ditaval"]),