devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] .gitattributes: use 'dts' diff driver for *.dtso
@ 2023-02-06  1:27 Masahiro Yamada
  0 siblings, 0 replies; only message in thread
From: Masahiro Yamada @ 2023-02-06  1:27 UTC (permalink / raw)
  To: devicetree, Rob Herring, Frank Rowand
  Cc: linux-kernel, linux-kbuild, Masahiro Yamada

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-06  1:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-06  1:27 [PATCH] .gitattributes: use 'dts' diff driver for *.dtso Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).