This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2024-11-11 04:18:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3ed03f4da0
linux
/
.gitattributes
5 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
.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>
2023-02-19 22:23:27 +08:00
# SPDX-License-Identifier: GPL-2.0-only
*.[ch] diff=cpp
*.dts diff=dts
*.dts[io] diff=dts
Reference in New Issue
Copy Permalink