[PATCH] .gitattributes: use 'dts' diff driver for *.dtso

Masahiro Yamada posted 1 patch 2 years, 7 months ago
.gitattributes | 1 +
1 file changed, 1 insertion(+)
[PATCH] .gitattributes: use 'dts' diff driver for *.dtso
Posted by Masahiro Yamada 2 years, 7 months ago
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 --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
-- 
2.34.1