mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
.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>
This commit is contained in:
8
.gitattributes
vendored
8
.gitattributes
vendored
@@ -1,4 +1,4 @@
|
|||||||
*.c diff=cpp
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
*.h diff=cpp
|
*.[ch] diff=cpp
|
||||||
*.dtsi diff=dts
|
*.dts diff=dts
|
||||||
*.dts diff=dts
|
*.dts[io] diff=dts
|
||||||
|
Reference in New Issue
Block a user