[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230206012754.2771051-1-masahiroy@kernel.org>
Date: Mon, 6 Feb 2023 10:27:54 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: devicetree@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
Frank Rowand <frowand.list@...il.com>
Cc: linux-kernel@...r.kernel.org, linux-kbuild@...r.kernel.org,
Masahiro Yamada <masahiroy@...nel.org>
Subject: [PATCH] .gitattributes: use 'dts' diff driver for *.dtso
Now we have the third extension for DT source files (overlay).
Signed-off-by: Masahiro Yamada <masahiroy@...nel.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
Powered by blists - more mailing lists