diff mbox series

.gitattributes: use 'dts' diff driver for *.dtso

Message ID 20230206012754.2771051-1-masahiroy@kernel.org (mailing list archive)
State New, archived
Headers show
Series .gitattributes: use 'dts' diff driver for *.dtso | expand

Commit Message

Masahiro Yamada Feb. 6, 2023, 1:27 a.m. UTC
Now we have the third extension for DT source files (overlay).

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 .gitattributes | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.gitattributes b/.gitattributes
index 4b32eaa9571e..a49e9ee50e9f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,3 +2,4 @@ 
 *.h   diff=cpp
 *.dtsi diff=dts
 *.dts  diff=dts
+*.dtso diff=dts