Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Now we have the third extension for DT source files (overlay).
Give the diff=dts attribute to *.dtso as well.

While I was here, I merged *.c and *.o into *.[ch] and added the
SPDX-License-Identifier.

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

+4 -4
+4 -4
.gitattributes
··· 1 - *.c diff=cpp 2 - *.h diff=cpp 3 - *.dtsi diff=dts 4 - *.dts diff=dts 1 + # SPDX-License-Identifier: GPL-2.0-only 2 + *.[ch] diff=cpp 3 + *.dts diff=dts 4 + *.dts[io] diff=dts